

body {
     /* font-family: 'Poppins', sans-serif !important; */
     /* font-family: 'Montserrat', sans-serif !important; */
     font-family: "Urbanist", sans-serif !important;
    overflow-x: hidden;
}

.nomargin {
    margin: 0 !important;
}

button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

input:focus {
    outline: none;
}
.wimga {
	margin-bottom: 50px;
}
.wimga p {
    margin-bottom: 10px;
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}




/* ======================== Header Start ===================*/

@media (min-width: 1000px) {
    .container {
      max-width: 1300px !important;
      padding-right: 15px;
      padding-left: 15px;
    }
  }
.banner-top img {
    width: 100%;
}
.header {
  display: block;
  position: relative;
  width: 100%;
  transition: 1s;
  top: 0%;
  z-index: 99;
  background: #21143f;
  height: 115px;
}
.stickylogo img {
    width: auto;
    padding: 5px 0px;
}
.header.sticky .stickylogo {
    display: block;
}
.stickylogo {
    display: none;
}

.header.sticky {
    position: fixed;
    transition: 1s;
    top: -1px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 105;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.30);
	  background-color: #21143f;
    height: 115px;
}
.header.sticky nav.menu {
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
}

.header.sticky .menu ul li {
}
.header.sticky .menu-sec .topmenu {
  padding-top: 10px;
}
.header.sticky .menu-sec .topmenu .serch li:nth-child(1) {
  /*margin-bottom: 0;*/
}
.header.sticky .menu ul li a {
  font-size: 16px;
}
.header.sticky .logo a img {
    top: 7px;
    position: relative;
}
.hamburger {
    display: none;
}
.header.sticky .menu .second-ro li a, .header.sticky .menu ul li .icon-arrow {
    color: #cacaca;
}
.header.sticky .menu .second-ro li a:hover {
    color: #ca9ea0;
}

.second-ro li.active-ro > a {
    color: #ca9ea0 !important; /* Adjust this to your preferred active color */
    font-weight: 550 !important;
}
.header.sticky .stickylogo {
    display: block;
	text-align: left;
}
.header.sticky {
	border: 0;
}
.header .logo {
    padding: 0px 0;
    display: inline-block;
    position: relative;
}

.profile-header {
  background-color: #d3d3d342;
  display: flex;
  justify-content: center;
  height: 85px;
  align-items: center;
  margin-top: 0px;
  padding-top: 15px;
}

.profile-header .profile-menu ul, header .bottom_header .menu ul {
  height: 50%;
}

.delivery_section select.form-control{
  /* background-color: white !important; */
}

.carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    background-color: #000 !important;
    border-radius: 50%;
    opacity: 1 !important;
}
.carousel-indicators .active {
    width: 50px !important;
    background-color: #fff !important;
    border-radius: 11px;
  }
a.drop_a:before {
    background: transparent !important;
}
.header .menu ul li a.active{
     color: #ca9ea0;
}
.header.sticky .menu ul li a.active{
  color: #ca9ea0;
}
.second-header .menu ul li a.active{
  color: #343e30;
}
.topmenu a.active {
    color: #343e30;
}
.menu-sec .topmenu .serch li p a:hover {
  border: none;
}
.header .logo a img {
  width: auto;
  height: auto;
  position: relative;
  top: 8px;
}


.header .menu ul {
    margin: 0;
    padding: 0;
}

.header .menu ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 20px;
    vertical-align: top;
  border-right: 1px solid #cacaca;
}
.header .menu ul li:last-child {
  border-right: 0px solid #cacaca;
  padding-right: 0;
}
.header .menu ul .last-link  {
  border-right: 0px solid #cacaca;
  padding-right: 0;
}
.header nav.menu {
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.menu-sec .topmenu .serch li:nth-child(1), .menu-sec .topmenu .serch li:nth-child(2) {
  border-radius: 0;
  padding: 0px 10px;
  /* margin: 15px 0; */
  margin: 10px 0 5px;
  border-right: 0px solid #cacaca;
  /* margin-bottom: 0px; */
}

.btn.btn-primary.dropdown-toggle::after {
    color: #FFFFFF;
    position: relative !important;
    top: 6px !important;
}

.nav-search.search-switch.search-box a {
  padding: 0 0;
    text-decoration: none;
}
.menu-sec .topmenu .serch li:nth-child(1) a, .menu-sec .topmenu .serch li:nth-child(2) a {
  font-size: 15px;
  padding: 10px 10px;
}
.menu-sec .topmenu .serch li:nth-child(2) a  {
  border-radius: 5px;
}
.menu-sec .topmenu .serch li:nth-child(2) a:hover {
  background-color: #563a8f;
}
span.blink {
  background-color: #07aa2a;
  border-radius: 5px;
  padding: 10px 0;
  transition: 0.3s;
}


.menu-sec .topmenu .serch li p {
  margin-bottom: 0;
}
.header .menu ul li a {
  color: #e2e0e0;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  transition: 0.5s;
  cursor: pointer;
	position: relative;
  padding: 20px 0px;
}

.header .menu ul li a:hover {
    color: #ca9ea0;
    text-decoration: none;
    border-bottom: 0px solid;
}
.second-header .menu .second-ro li a, .second-header .menu .second-ro li .icon-arrow {
    color: #767676;
}
.second-header .menu .second-ro li a:hover {
    color: #e31e25;
}
.header .menu ul li:last-child::after {
    display: none;
}

.header .menu ul li ul.submenu {
    display: none;
    position: absolute;
    width: max-content;
    -moz-box-shadow: 0 1px solid #fff 1px solid #fff 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px solid #fff 1px solid #fff 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.22);
    top: 40px;
	  left: 0;
    right: 0;
  margin: 0 auto;
}
.header .sticky .menu ul li ul.submenu {
  top: 35px;
}
.header .menu ul li ul.submenu-1 {
    left: 70px;
}
.header .menu ul li ul.submenu li {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0;
    padding: 0px 15px;
    background-color: #ffffff;
}

.header .menu ul li ul.submenu li a {
    color: #000;
    line-height: 25px;
    font-weight: 400;
    transition: 0s !important;
    display: block;
    padding: 12px 0;
}

.header .menu ul li ul.submenu::before {
    content: "";
    padding-top: 40px;
    position: absolute;
    top: -39px;
    width: 100px;
    z-index: 999;
    left: 0;
    display: none;
}

.header .menu ul li .icon-arrow {
  color: #cacaca;
  font-size: 13px;
  margin-left: 0px;
  vertical-align: middle;
  font-weight: normal;
}

.header .menu ul li:hover ul.submenu {
    display: block;
}

.header .menu ul.submenu li::after {
    display: none;
}
.header-inner-wrapper {
  display: none;
}
.header .menu ul.submenu li {
    padding: 0 25px;
    border-bottom: 1px solid #fff solid #b7b7b7;
}

.header .menu ul li ul.submenu li:hover {
    background: #06a92a;
}

.header .menu ul li ul.submenu li:hover a {
    color: #fff !important;
}
.header .sticky  .menu .submenu li a:hover {
  color: #fff !important;
}
.header .menu .submenu li a {
  color: #000;
}
.header.sticky .menu .submenu li a {
  color: #000;
}
.header .menu .submenu li a:hover {
  color: #fff;
  background-color: #06a92a;

}
.menu-sec .topmenu .serch li p select {
  color: #fff;
  background-color: transparent !important;
  border: none;
  cursor: pointer;
}
.menu-sec .topmenu .serch li p select option {
  color: #3e3e3e;
}
.dimmer {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.dimmer.active {
    display: block;
}

.no-scrolling {
    overflow: hidden;
    position: fixed;
}

.topnav {

}

/* User Logo Styling */
.topmenu .user-logo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
    border: 1px solid #ddd;
    object-fit: cover;
}

/* Dropdown Menu */
.topmenu .serch .dropdown-menu {
    display: none !important;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #21143f;
    border: 1px solid #ddd;
    border-radius: 5px;
    list-style: none;
    padding: 10px 0;
    min-width: 140px;
    max-width: 140px;
    width: 140px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.topmenu .serch .dropdown-toggle::after{
    position: relative;
    top: 2px;
}

/* Show Dropdown */
.topmenu .serch .dropdown-menu.show {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.topnav h6 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    height: auto;
    line-height: initial;
}

.topnav h6 a {
    color: #fff;
}


.topnav ul li a svg:hover {
    transform: scale(1.2);
}

.topnav ul li {
    display: inline-block;
    margin-left: 8px;
}

.header .menu ul li a.active {
  color: ;
  border: 0px solid #fff;
}

.header .menu ul li ul.submenu li a.active {
  color: #603daa;
  border: 0px solid #fff;
}l

.header .menu ul li ul.submenu li a {
  color: #000;
}
.header .menu ul li ul.submenu li a.active:hover {
    color: #fff;
    border-bottom: 0px solid #fff;
}
.menu-sec {
    float: right;

}
.menu-sec .topmenu ul {
    display: block;
    padding: 0;
	text-align: right;
}
.second-ro {
  float: right;
}
.menu-sec .topmenu {
    float: inherit;
    display: block;
    padding-top: 10px;
}
.second-ro li {
    padding: 0 15px;
}
.topmenu h2 {
    color: #182c44;
   font-size: 25px;
    font-weight: 600;
    margin-top: 40px;
}
.compny-name  {
    text-align: center;
	width: 100%;
}
.compny-name h2 {
    color: #182c44;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.menu-sec .topmenu li {
    list-style: none;
    font-weight: 100;
    font-size: 16px;
    margin-left: 0px;
    margin-top: 0;
}
.logo img {
    float: right;
	padding: 10px 0;
}
.logo {
    float: left;
    padding-top: 15px;
}
.logo ul {
    padding: 0;
    display: inline-block;
	padding-top: 35px;
}
.topmenu p {
    margin-bottom: 10px;
    color: #fff;
	font-weight: 500;
	font-size: 15px;
}
.second-ro li a {
    font-size: 16px;
}
.topmenu ul li a.active {
    color: #343e30;
}
.second-ro li a:hover {
    color: #343e30;
}

.topmenu a {
    color: #fff;
    font-weight: 500;
}
.topmenu a:hover {
   color: #343e30;
   text-decoration: none;
}
.logo ul li a {
    color: #414040;
    font-size: 15px;
    font-weight: 600;
    border-right: 2px solid;
    padding-right: 15px;
    margin-right: 10px;
}
.nav-search a {
  background: transparent;
  border-radius: 0;
  color: #fff !important;
  padding: 0;
  display: inline-block;
}

.menu-sec .topmenu .serch li p a {
    font-size: 15px;
    font-weight: normal;
  }

/* ======================== Header End ===================*/




/* ======================== footer start ===================*/
/*.grad {
    height: 7px;
background: rgb(237,65,69);
background: linear-gradient(90deg, rgba(237,65,69,1) 0%, rgba(237,65,69,1) 33%, rgba(254,236,0,1) 33%, rgba(254,236,0,1) 66%, rgba(0,155,71,1) 66%, rgba(0,155,71,1) 100%);
}*/

.footer-section .footer-widget {
   /* background-image: url(../img/homes/foooter.jpg);*/
    padding-top: 70px;
    position: relative;
    background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #21143f;
  border-bottom: 5px solid #009b35;
}
aside.widget.widget_pages ul {
    list-style: none;
    padding: 0;
	list-style-type: none;
}
aside.widget.widget_pages ul li {
    margin-bottom: 5px;
}
aside.widget.widget_pages ul li a {
    color: #c2c1c1;
    font-size: 15px;
    font-weight: normal;
    transition: 0.5s;
    position: relative;
}
aside.widget.widget_pages ul li a p {
  position: relative;
}
aside.widget.widget_pages ul li a:hover, .contact-link a:hover {
    text-decoration: none;
	color: #ca9ea0;
}
aside.widget.widget_pages ul li a p i {
  color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
}
aside.widget.three1 ul li a p{
  padding-left: 30px;
  color: #c2c1c1;
    text-align: justify;
  width: 100%;
  transition: 0.5s;
}
aside.widget.three1 ul li:first-child a  {
  pointer-events: none;
  cursor: default;
}
aside.widget.three1 ul li:first-child a p:hover {
  color: #c2c1c1;

}
aside.widget.three1 ul li a p:hover {
  color: #ca9ea0;
}
aside.widget.widget_pages h3 {
  color: #96929d;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.copyrighit {
    border-top: 0px solid #565656;
    margin-top: 25px;
}
.copyrighit p {
  text-align: center;
  color: #9d9aa3;
  padding-top: 30px;
  font-size: 15px;
  font-weight: normal;
  background: #21143f;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-top: 1px solid;
  margin: 0 10%;
}
.f-link {
    width: 77%;
	padding-top: 45px;
}
.footer-logo img {
    width:auto;
}
.f-link a {
    color: #000;
    margin-left: 25px;
	padding-right: 10px;
    border-right: 1px solid #fff solid #98999b;
}
.f-link a {
    color: #000;
    margin-left: 11px;
    padding-right: 17px;
    border-right: 1px solid #fff solid #98999b;
}
.f-link a:last-child {
    border: none;
}
.f-link a:hover {
    color: #fff;
   text-decoration: none;

}
.footer-logo p {
  color: #b1afb3;
  margin-top: 30px;
    text-align: justify;
}
.sos-link {
  padding-top: 0px;
  margin-bottom: 30px;
}
.sos-link a img {
  margin-right: 10px;
  transition: 0.3s ease-in-out;
}
.sos-link a img:hover {
  scale: 1.1;
}
.three1 ul li {
  display: flex;
}
.contact-link p svg {
    position: absolute;
    left: -25px;
    top: 4px;
}
.contact-link p img {
    position: absolute;
    left: -40px;
    top: 0px;
}
.contact-link p {
    position: relative;
    color: #c2c1c1;
    font-weight: normal;
    padding-right: 0px;
    font-size: 15px;
  }
  .mail-3 {
    font-size: 12px !important;
    padding-top: 20px;
  }
.s-link.widget.widget_about p {
    color: #fff;
    font-weight: normal;
    margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
    display: block;
  width: 100%;
}
.s-link.widget.widget_about span {
    display: inline-block;
    width: 23%;
    color: #fff;
    font-weight: normal;
}
.contact-link a {
    color: #fff;
    font-weight: normal;
    display: block;
}
.s-link.widget.widget_about ul {
    display: inline-block;
}
aside.widget.widget_about ul li a:hover {
    color: #fff;
    background: #db7f11;
}
aside.widget.widget_about ul li a {
    color: #fff;
    background: #fff;
    transition: 0.5s;
    text-align: center;
    padding: 6px 11px;
    border-radius: 25px;
    margin-right: 4px;
}
.s-link.widget.widget_about ul li {
    display: inline-block;
}
.s-link.widget.widget_about ul  {
    padding: 0;
}
.fore {
    padding-left: 0px;
}
.two {
    padding-left: 30px;
}
.three1 {
  margin-left: -40px;
}
.fore ul li{
   display: inline-block;
   margin: 5px 5px;
   vertical-align: top;
}
.one {
  text-align: left;
}

.fore ul li svg {
  background: #5d5d5d;
  padding: 5px;
  border-radius: 50%;
  color: #000;
  width: 30px !important;
  height: 30px;
}

aside.widget.widget_pages.two ul li {
  margin-bottom: 10px;
}
.widget.widget_pages.two ul {
  padding-left: 60px;
}
.widget.widget_pages.two ul li {
  display: inline-block;
  width: 40%;
  position: relative;
  padding-left: 20px;
}

.widget.widget_pages.two ul li::before {
  content: '';
  position: absolute;
 width: 4px;
 height: 4px;
 color: #fff;
 background: #fff;
 top: 8px;
 left: 0;
 border-radius: 50%;
}

.widget__newsletter-form {
  position: relative;
}
.form-group {
  position: relative;
  margin-bottom: 30px;
}
.form-control1 {
  height: 45px !important;
  line-height: 45px !important;
  border: none !important;
  border: 1px solid #f7bc11 !important;
  background-color: transparent !important;
  border-radius: 1px !important;
  padding: 0 0 0 5px !important;
  font-size: 14px !important;
  color: #fff;
  margin-left: 1px;
}
.widget__newsletter-form .btn {
  width: 82px;
  height: 45px;
  line-height: normal;
  border-radius: 0px;
  letter-spacing: 0;
  position: absolute;
  top: 0px;
  right: 5px;
  background: #f7be17;
  border: none;
}
.widget__newsletter-form .btn i {
  font-size: 22px;
}

/* ======================== footer End ===================*/

/* new style  for search box */
.search-modal .modal{
    background-color: rgba(23,26,33,.95);
  }
  .search-modal form{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid rgba(255,255,255,.1);
    padding-bottom: 10px;  padding-left: 15px;
    padding-right: 15px;
  }
  .search-modal input{
    color: #ffffff;
    border: none;
    width: 90%;
    background-color: transparent;
    font-size: 30px;
  }
  .search-modal .modal-content {
    background-color: transparent;
    border: 1px solid #fff solid transparent;
    border: 0;
  }

  .search-modal button{
    width: 9%;
    border: none;
    box-shadow: none;
    background-color: #218838;
    color: #fff;
    font-size: 30px;
  }
  #search:focus-visible {
    border: none;
    outline: 0;
  }
  .contact-detal .team-had h1 {
    font-size: 41px;
  }

 .tab-par {
  margin-top: 20px;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  }


  @media(min-width: 576px){
    .search-modal .modal-dialog{
      max-width: 650px;
      margin: 1.75rem auto;
    }
  }
  /* new style  for search box*/



/* Home page style*/

.hometop_banner {
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home2 {
  background-image: url(../img/home/banner-2.jpg);
}
.home3 {
  background-image: url(../img/home/banner-3.jpg);
}
.banner-text {
  position: relative;
  max-width: 100%;
  margin: auto;
    margin-left: auto;
  margin-left: 2%;
  padding-top: 15%;
}
.frst-p {
  text-align: left;
  color: #fff;
}
.frst-p h1 span{
  font-weight: lighter;
}
.frst-p h1 {
  font-weight: bold;
  width: 100%;
  font-size: 40px;
  margin-bottom: 15px;
  color: #563a8e;
  text-transform: uppercase;
}
.hom-baner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.frst-p h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
  color: #000;
}
.last-baner .frst-p h1, .last-baner .frst-p h2 {
  color : #fff;
}
.bulet-pont .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0%;
  background: #fbfbfb;
  opacity: 0.8;
}
.bulet-pont .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.sam-but.sam-one a {
  background: #563a8e;
  color: #fff;
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
  margin-right: 20px;
}
.sam-but.sam-one a:hover {
  background: #603DAA !important;
  color: #fff !important;
}
/* .sam-but.sam-one a:last-child {
  background: #563a8e;
}
.sam-but.sam-one a:hover:last-child  {
  background: #07aa2a;
} */
.swiper-button-prev1, .swiper-button-next1 {
  color: #fff;
  font-size: 28px;
  position: absolute;
  top: 78%;
  left: 6%;
  z-index: 1;
  font-weight: 300;
  cursor: pointer;
}
.swiper-button-next1 {
  left: 14%;
}
.home-slider {
  position: relative;
}
.about-mcia {
  padding: 100px 0;
}
.main-had h1 {
  font-weight: 800;
  color: #3e3e3e;
  font-size: 45px;
  margin-bottom: 30px;
}
.main-had h1 span {
  color: #f6bb18;
  font-weight: 300;
}

.ab-text ul li::marker {
  color: #f8ba13;
}
.ab-text ul {
  padding-left: 17px;
}
.ab-text p {
  color: #818181;
  font-weight: 600;
  margin-bottom: 30px;
}

.ab-text a {
  color: #737272;
  font-size: 19px;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.5s ease-in-out;
}
.ab-text a:hover {
  color: #f8ba13;
}
.ab-pdf {
  display: flex;
  align-items: center;
  background: #f6bc12;
  width: 50%;
  justify-content: center;
  padding: 12px 0;
  margin-left: auto;
  margin-right: 8%;
  margin-top: -40px;
  position: relative;
}
.ab-brochar a {
  color: #000;
  text-decoration: none;
}
.ab-brochar a:hover {
  color: #000;
  text-decoration: none;
}
.ab-pdf h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.ab-pdf i {
  font-size: 50px;
  margin-left: 30px;
}
.ab-img img {
  width: 100%;
}
.rules {
  padding: 100px 0;
  background: rgb(250,189,0);
  background: linear-gradient(180deg, rgba(250,189,0,1) 0%, rgba(251,199,38,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
}
.rules-detal {
  background: #f5f5f5;
  border: 1px solid gray;
  padding: 50px 30px;
  border-radius: 10px;
}
.rules-detal ul li::marker {
  color: #f8ba13;
}
.rules-detal ul {
  padding-left: 17px;
}
.rules-detal p {
  color: #818181;
  font-weight: 600;
  margin-bottom: 30px;
}
.rules-detal li:last-child p {
  margin-bottom: 0;
}
.rules-box, .fees-box {
  margin: 0 30px;
}
.rules-box h1, .fees-box h1 {
  font-weight: 700;
  color: #3e3e3e;
  font-size: 45px;
  margin-bottom: 30px;
  padding-left: 30px;
}
.fees-detal {
  background: #3e3e3e;
  padding: 50px 50px;
  color: #fff;
  border-radius: 10px;
}
.fees-detal h2 {
  font-weight: 600;
  padding-bottom: 50px;
}
.fees-detal label {
  color: #dfdfdf;
  font-size: 18px;
  margin-bottom: 20px;
}

.row-2 {
  padding-bottom: 50px;
}
.form-control_2 {
  background: #ececec !important;
  height: 50px !important;
  border-radius: 0 !important;
}
.row-2 select{
  background: #ececec;
  height: 50px;
  border-radius: 0;
  width: 100%;
  color: #656565;
  font-weight: 500;
  padding: 0 15px;
}
select {
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23666d81" d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg>') right 1rem center/40px 15px no-repeat !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-color: #ececec !important;
}
.submit.send-us button {
  background: #fabd00;
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0;
  color: #574e33;
}
.main-had-centar {
  text-align: center;
}
.why-datel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  text-align: center;
}
.why {
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #f2f2f2;
}
.team-had {
  text-align: center;
}
.why-box {
  border-right: 1px solid;
  border-bottom: 2px solid;
  border-color: #000;
  padding: 50px;
  position: relative;
}
.why-box::before {
  content: '';
  background: #f2f2f2;
  width: 40px;
  height: 40px;
  bottom: -20px;
  right: -20px;
  position: absolute;
  z-index: 1;
  color: #f2f2f2;
}
.why-srow .why-box {
  border-right: 1px solid;
  border-bottom: 0px solid;
}
.why-srow .why-box:last-child {
  border-right: 0px solid;
}
.why-frow {
  /* border-bottom: 1px solid; */
  border-color: #000;
  padding-top: 50px;
}
.why-srow {
  margin-bottom: 30px;
}
.why-box:last-child {
  border-right: 0;
}
.why-box img {
  margin-bottom: 20px;
}
.why-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.why-box p {
  color: #818181;
  font-weight: 600;
  margin-bottom: 0;
}

.why-box {
    padding: 15px !important;
    border-bottom: 2px solid black !important; /* Add this line for the black border */
    text-align: center !important; /* Optional: center-align text */
}

.know-more {
  text-align: center;
}
.know-more a:hover {
  color: #f8ba13;
}
.know-more a {
  color: #737272;
  font-size: 19px;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.5s ease-in-out;
}

.more1 {
  text-align: left;
}
.event-box img {
  width: 100%;
}
.event-box {
  box-shadow: 0px 0px 15px #ccc8c8;
  margin-top: 30px;
}
.event-text h5 {
  border-bottom: 1px solid #b8b8b8;
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #585858;
}
.event-text {
  padding: 40px;
}
.faqs {
  padding: 10px 0;
}

.home-last {
  padding: 100px 0;
}
.home-last a {
  color: #534d38;
  text-decoration: none;
}
.home-last a:hover {
  color: #534d38;
  text-decoration: none;
}
.last-detal {
  display: flex;
  align-items: center;
  background-color: #f4bd13;
  width: 45%;
  position: relative;
  padding: 15px 35px;
  margin-top: -40px;
  margin-left: 7%;
}
.last-detal h5 {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0;
}
.last-detal i {
  border: 1px solid #534d38;
  border-radius: 50%;
  padding: 7px 10px;
  color: #534d38;
}
.btn1.btn-link {
  padding-left: 0;
}
.btn1.btn-link {
  color: #474747;
  text-decoration: none;
  background: transparent;
  border: none;
  font-weight: 600;
  font-size: 19px;
  width: 100%;
  text-align: left;
  transition: 0.5s ease-in-out;
  font-weight: 600;
}
.card {
  /* padding: 0.75rem 0rem; */
  border: 0px !important;
  position: relative;
  /* border-top: 1px solid !important; */
}

.card:last-child {
  /* border-bottom: 1px solid !important; */
}
.accordion > .card .card-header {
  position: relative;
}
.accordion button span::after {
  position: absolute;
  right: 25px;
  top: 7%;
  content: '';
  height: 35%;
  transition: 0.3s ease-in-out;
  font-size: 25px;
  background-image: url(../img/product-list/Product-List-01.png);
  background-position: center;
  z-index: 1;
  background-repeat: no-repeat;
  width: 6%;
}
button[aria-expanded="true"] span::after {
    display: none;
  content: "";
  background-image: url(../img/product-list/Product-List-02.png);
}
.accordion > .card .card-header {
  margin-bottom: -1px;
  background: transparent;
  border-bottom: 0;
  padding: 0.75rem 0;
}
.faqs .card {
  border: 0px !important;
  box-shadow: 0 0 15px #ccc9c9;
  margin-bottom: 60px;
  padding: 50px;
  border-radius: 15px !important;
  padding-bottom: 20px;
}
.pro-had img {
  box-shadow: 0 0 15px #ccc9c9;
  padding: 15px;
  border-radius: 50%;
  margin-right: 30px;
  width: 80px;
}
.pro-had h1 {
  font-weight: bolder;
  color: #696969;
}
.pro-had h1 strong{
  font-weight: bolder;
  color: #553a8e;

}
.btn1 p {
  margin-top: 20px;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.pro-had {
  display: flex;
  align-items: center;
}
.card-body {
  padding: 1.25rem !important;
}

.order-details .card-header {
  border-bottom: 0px !important;
}

.order-details .card-header .media{
  border: 1px solid  rgba(0, 0, 0, 0.1)  !important;
  padding: 10px;
}

.order-details .border-car{
  border: 1px solid rgba(0, 0, 0, 0.1)  !important;
  /* padding: 10px; */
}

.faq p {
  color: #818181;
  font-weight: 600;
  margin-bottom: 0;
}
.btn1.btn-link:hover {
  text-decoration: none;
  color: #f1be54;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none !important;
  box-shadow: none;
}
.faqhad {
  padding-bottom: 50px;
}
.about-hom {
  padding: 100px 0;
}
.ab-detail h1 {
  font-weight: bold;
  color: #4f328a;
}
.ab-detail span {
  color: #686868;
}
.ab-detail p {
  color: #6b6b6b;
  text-align: justify;
  text-align-last: center;
  font-size: 16px;
}
.ab-detail .abpoi{
  margin-bottom: 15px;
}
.ab-detail {
  text-align: center;
  /*padding: 0 10px;*/
  margin-top: 0px;
}
.modifiabo {
  top: 0% !important;
  background-color: rgba(23,26,33,.95);
}
.modifiabo .modal-top {
  top: 30% !important;
}
.ab-logo img {
  background: #e8e8e8;
  border-radius: 50%;
}
.ab-logo .ab-1 {
  padding: 25px;
  margin-left: 40px;
  margin-bottom: 30px;
}
.ab-logo .ab-2 {
  padding: 25px;
  margin-left: 100px;
  margin-top: 5px;
}
.ab-logo .ab-3 {
  padding: 25px;
  /*margin-left: 65%;*/
margin: 10px auto 0;
  display: flex;
}

.own-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .own-mobile {
        display: block;
        padding-bottom: 50px;
    }
    .own {
        display: none !important;
    }
    .own-left img {
        height: auto;
        margin-top: 0px;
        position: relative;
        top: 25px;
    }
    .own-right img {
        padding-bottom: 20px;
    }
    .own-right {
        padding: 35px 20px 35px 20px;
    }
    .own-left {
        height: auto;
        margin-bottom: 20px;
    }

    .own-right img {
        height: auto;
        margin-top: 0px;
        padding: 0px 17px 15px 17px !important;
        position: relative;
        top: -30px;
    }

}


.ab-logo .ab-4 {
  padding: 25px;
  margin-left: 50px;
  margin-bottom: 30px;
}
.ab-logo .ab-5 {
  padding: 30px;
  margin-left: -10px;
  margin-top: 5px;
}
.own {
  padding-bottom: 100px;
  padding-top: 50px;
}
.own-left {
  background: #573b90;
  display: flex;
  border-radius: 30px;
  color: #fff;
  height: 310px;
}
.own-right {
  background: #e8e8e8;
  border-radius: 30px;
  color: #573b90;
  padding: 35px;
}

.own-mobile .own-right{
    background: #573b90;
    color: #fff;

}

.own-left img {
  width: 100%;
  margin-top: -25px;
  padding: 0px 0px 15px 17px;
  height: 200px;
}
.own-right img {
  width: 100%;
  margin-top: -25px;
  padding: 0px 0px 15px 17px;
  height: 200px;
}
.range-box-img1 {
  width: 100% !important;
}
.range-box-img2 {
  width: 150% !important;
}
.own-text h2, .own-right h2 {
  font-size: 25px;
  font-weight: bold;
}
.own-text p, .own-right p {
  font-weight: 500;
  text-align: justify;
    margin-bottom: 0;
}
.own-text {
  padding: 25px 25px 25px 25px;
}
.own-left a {
   text-decoration: none;
   color: #86c9a7;
   transition: 0.5s;
}
.own-mobile .own-right a {
   text-decoration: none;
   color: #86c9a7 !important;
   transition: 0.5s;
}
.own-right a {
  color: #573b90;
  text-decoration: none;
  transition: 0.5s;
}
.own-left a:hover, .own-right a:hover {
  color: #06a92a;
  text-decoration: none;
}

.own {
    padding-bottom: 100px;
    padding-top: 50px;
}

.own-left, .own-right {
    transition: all 0.5s ease;
}

.own-left-img, .own-right-img {
    width: 100%;
    transition: opacity 0.5s ease;
}

.own-left-column, .own-right-column {
    transition: all 0.5s ease;
}

.hidden-image {
    opacity: 0;
}

.expanded {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}

.shrunk {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.disclaimer {
  padding-bottom: 100px;
}
.sedow-img {
  text-align: center;
}
.disclaimer-text {
  border: 3px solid #8c75c5;
  border-radius: 20px;
  width: 84%;
  margin: 0 auto;
  padding: 120px;
  text-align: center;
  padding-top: 80px;
}
.disclaimer-text h3 {
  color: #7a64a8;
  margin-bottom: 30px;
}
.disclaimer-text p {
  text-align: justify;
  text-align-last: center;
    color: #4d4d4d;
}

/* About */

.about-baner {
  background-image: url(../img/about/banner.jpg);
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.term-banner {
  background-image: url(../img/home/terms-and-conditions-banner.jpg);
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.login-banner {
  background-image: url(../img/home/banner-login.png);
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.product-details-baner {
  /*background-image: url(../img/product_details/banner.png);*/
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.abou-text {
  position: relative;
  max-width: 100%;
  margin: auto;
  margin-left: 15px;
  padding-top: 22%;
}
.aboutfrst-p {
  text-align: left;
  color: #fff;
}
.aboutfrst-p h1 {
  letter-spacing: 2px;
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: bold;
  color: white;
  width: 45%;
  text-transform: uppercase;
}

.infrastructure-section-top ul li {
    list-style-type: disc !important;
}

.csr h1{
    width: 100% !important;
}

.sign-p h1{
    width: 100% !important;
}
.mison {
  border-right: 2px solid #111;
  position: relative;
}
.mison .mison-img {
  position: absolute;
  left: 0%;
  top: 20px;
  width: 35%;
}
.mison-had h1 {
  padding-top: 15%;
  color: #696969;
  font-weight: bold;
  padding-left: 40%;
  font-size: 45px;
}
.mison-had span {
  color: #55398e;
}
.mision-vison {
  padding: 100px 0;
}
.mison-text p {
  text-align: justify;
  margin-left: 105px;
}
.mison-text {
  padding: 20px 0;
}
.team-had h1{
  color: #696969;
  font-weight: bold;
  font-size: 45px;
  text-transform: uppercase;
}
.team-had span {
  color: #55398e;
}
.policies-detal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0px;
  grid-column-gap: 200px;
  text-align: center;
  padding-top: 100px;
}

.policies-detal a{
    width: 100%;
}


.policies {
  padding: 100px 0;
}
.policies-box1 {
  background: #f2f2f2;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.5s;
}
.policies-box a:hover {
  text-decoration: none;
}
.policies-box1 h4 {
  color: #000;
  font-weight: 500;
  line-height: 35px;
  padding-top: 30px;
}
.policies-box1 img {
  border: 1px solid transparent;
  border-radius: 50%;
  margin-top: -40px;
  padding: 15px;
  background-color: #f2f2f2;
  box-shadow: 0 0 3px #b6b3b3;
  width: 85px;
}
.policies-box1 .blu-img {
  display: none;
}
.policies-box1:hover {
  border: 1px solid #573b90;
}
.policies-box:hover .blac-img{
  display: none;
}
.policies-box:hover .blu-img{
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #573b90;
  transition: 0.5s;
}
.policies-box1 i {
  background: #fff;
  padding: 12px 15px;
  border-radius: 50%;
  box-shadow: 0 0 3px #b6b3b3;
  color: #644d9a;
  position: relative;
  bottom: -17px;
  transition: 0.5s;

}
.policies-box1:hover i {
  background: #644d9a;
  color: #fff;
}
.about-slider {
  text-align: center;
  padding-top: 70px !important;
}
.certificate {
  padding: 100px 0;
  position: relative;
  padding-bottom: 150px;
}

.certificate-img {
  border: 1px solid #55398e;
  margin: 5px 20px;
  border-radius: 10px;
  padding: 82px 0;
}
.bulet-pont1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7d7d7d;
  opacity: 0.5;
}
.bulet-pont1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #603daa;
}
.swiper-container {
  position: unset !important;
}
.bulet-pont1 {
  bottom: 100px !important;
}

.about-goran {
  padding: 100px 0;
}
.years {
  display: flex;
  align-items: center;
  background-image: url(../img/about/About.jpg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 50px 36px;
}

.border-years {
  display: flex;
  align-items: center;
  padding: 10px;
}
.years h1 {
  color: #603daa;
  position: relative;
  font-size: 70px !important;
  font-weight: bold;
  margin-bottom: 0;
}
.years h1 span {
  position: absolute;
  font-size: 30px;
  right: 12px;
  top: 21px;
}
.years h5 {
  margin-bottom: 0;
  font-weight: 600;
  margin-left: 25px;
  font-size: 23px;
}
.starte p {
  font-weight: bold;
  color: #603daa;
}
.starte h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 23px;
  line-height: 40px;
}
.starte {
  padding-top: 23px;
  margin-left: 20px;
}
.abo-text p {
  font-weight: 400;
  color: #4d4d4d;
  font-size: 16px;
  text-align:justify;
    text-align-last: center;
}
.history {
  padding: 25px 0;
  background-color: #f2f2f2;
}

.video-section {
  padding: 10px 0;
  background-color: #f2f2f2;
}

.facilities-datail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  padding-top: 10px;
}
.facilities-left h2 {
  background: #573b90;
  color: #fff;
  width: 25%;
  text-align: center;
  padding: 15px 0;
  font-size: 26px;
  border-radius: 10px;
  margin-left: 10px;
  margin-bottom: 25px !important;
}
.facilities-left {
  border-right: 2px solid #101010;
  padding-right: 50px;
}
.facilities-left p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.facilities-left p::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #5d5d5d;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}
.facilities-right {
  padding: 0px 50px;
  display: flex;
  justify-content: center;
  position: relative;
}
.on1 {
  width: 45%;
}
.on2 {
  width: 53%;
  position: relative;
  top: 10%;
  right: -6%;
  z-index: 1;
}

.on-full {
    /*width: 65% !important;*/
    /*position: relative;*/
    top: 0% !important;
    /*right: -6%;*/
    /*z-index: 1;*/
    width: 350px !important;
    height: 315px !important;
}
.on3 {
  position: relative;
  left: 24%;
  margin-top: -40px;
}

.facilities-ttab {
  padding-top: 5px;
  position: relative;
}
.facilities-ttab::before {
  content: '';
  position: absolute;
  top: 40%;
  width: 95%;
  height: 1px;
  background-color: #000;
  left: 2%;
}
.nav-pills .facilities-but {
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
  padding-right: 60px;
  opacity: 1;
  transition: 0.5s;
  position: relative;
}
.facilities-but::before {
  content: '';
  background: #c6c4c7;
  color: #c6c4c7;
  width: 35%;
  height: 45%;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  border-radius: 5px;
  transition: 0.5s;
}
.facilities-but1::before {
width: 84%;
}

.facilities-ttab {
    flex-wrap: nowrap !important;
}

/* Modal is initially hidden */
#newSearchModal {
    display: none; /* Hide modal by default */
}


.modal-backdrop {
    position: relative !important; /* Allow interaction with content behind */
}
/* Modal display block when active */
#newSearchModal.show {
    display: block !important; /* Make modal visible when the 'show' class is added */
}

.nav-pills  .facilities-but.active::before, .nav-pills  .facilities-but:hover::before {
  opacity: 0;
}
.nav-pills  .facilities-but.active, .nav-pills .show > .facilities-but {
  color: #000 !important;
  background-color: transparent !important;
  opacity: 1;
}
.nav-pills .facilities-but1 {
  /*padding-right: 0;*/
}

.history .our-centers-tabs-wrapper ul li img{
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    min-width: 70px;
    min-height: 70px;
}
.facilities-but h3 {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 24px;
}
.facilities-but:hover {
  opacity: 1;
}
.mobaile {
  display: none;
}

.video-section {
    position: relative;
}

.video-large {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.video-small {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; /* Maintains a square aspect ratio */
    object-fit: cover;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); /* Optional for dimming effect */
    z-index: 2;
}

.video-thumbnail img {
    max-width: 100%;
    max-height: 100%;
}

video {
    position: relative;
    z-index: 1;
}


@media screen and (max-width: 768px) {
    .video-large {
        display: none;
    }

    .video-small {
        display: block;
    }
}

/* About */
.error{
    color: red !important;
}
/* Product List */

.product-list {
  background-image: url(../img/product-list/banner.jpg);
}
.produ-p {
   color: #563a8f;
}
.faq {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 0px;
  grid-column-gap: 30px;
  padding-top: 0px;
}

.product-text {
  padding: 20px 15px;
}

.product-text .produ-rs{
  height:16.8px ;
}

.cart_list_section ul li .product_info p, .product_box .product_description p {
    color: #000 !important;
    margin-top: 10px;
    margin-bottom: 0;
}

.cart_list_section .form-group .icon:last-child svg {
    position: relative;
    left: -1px;
}

.product-box {
  box-shadow: 0 0 15px #ccc9c9;
  margin-bottom: 30px;
}
.product-text h5 {
  font-size: 19px;
  font-weight: 600;
  height: 46px;
  text-align: left;
  overflow: hidden;
}
.product-text h5 a {
  color: #000;
  text-decoration: none;
}
.product-text p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #000;
  height: 50px;
}
.last-link .cart{
  cursor: pointer;
}
.cart{
  cursor: pointer;
}
.cart-plus.cart-plus1.Quantity {
  display: flex;
  margin: 20px 0;
  align-items: center;
}

.cart .cart_inner {
    position: relative;
    top: 3px;
}
.filter{
    width: 100% !important;
}
.cart-plus.cart-plus1.Quantity h4 {
  font-size: 14px;
  color: #563a8f;
  font-weight: 600;
  margin-bottom: 0;
  /* margin-right: 10px; */
  align-items: center;
  display: flex;
}

.product_cat_section .product_list_title {
  width: 100% !important;
}

.product_cat_section .product_list_title .result {
  flex-direction: revert;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.product_cat_section .product_list_title .result .search-filter{
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.product_cat_section .product_list_title .result .search-filter button{
  font-size: 14px;
  padding: 5px 10px;
}

.cart-plus.cart-plus1.Quantity del {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left:5px ;
}
.cart-plus.cart-plus1.Quantity h3{
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
  margin-right: 20px;
}
.cart-plus.cart-plus1.Quantity h6 {
  background: #f1f1f1;
  padding: 7px 0px;
  margin-bottom: 0;
}
.cart-plus.cart-plus1.Quantity h6 span {
  margin: 0 10px;
}
.cart-plus.cart-plus1.Quantity h6 a {
  cursor: pointer;
  padding: 12px;
}
.product-img img {
  width: 100%;
}
.pro-tag {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
}

.pro-tag a:first-child {
    background: #e6e2f0;
    color: #563a8f;
}

.pro-tag a {
    padding: 10px 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.5s;
    /* letter-spacing: 0.60px; */
    color: black;
    width: 100%;
    display: flex;
    justify-content:center;
}

.new-desin-pro .item .product-box .pro-tag .cart_popup_btn {
    padding: 10px 15px;
    width: 100%;
}
/*.pro-tag a:first-child {*/
/*  background: #e6e2f0;*/
/*  color: #563a8f;*/
/*}*/
.pro-tag a:last-child {
  background: #e6e2f0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.60px;
}
.pro-tag button:hover {
  text-decoration: none;
  background: #583c90;
  color: #fff;
}

.pro-tag button {
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.5s;
}

.pro-tag a:hover {
    text-decoration: none;
    background: #583c90;
    color: #fff !important;
}

.pro-tag a:last-child {
    /*background: #fff;*/
    /*color: #000;*/
    text-transform: uppercase;
    letter-spacing: 0.60px;
}

.what-we-do-sec1::before {
  content: '';
  background-image: url(../img/home/shop-online.png);
  position: absolute;
  background-position: left;
  right: 0;
  top: 0%;
  width: 50%;
  height: 100%;
  background-size: cover;
}
.pro-one2 .what-we-do1 {
  margin-left: 50px;
  margin-right: 70px;
}
.text.what-we-do1 h2 {
  font-size: 30px;
  font-weight: bolder;
  color: #51348c;
}
.text.what-we-do1 p {
  font-weight: 500;
  color: #51348c;
  margin-bottom: 30px;
  text-align: justify;
  text-align-last: center;
  width: 90%;
}
.text.what-we-do1 a {
  background: #51348c;
  padding: 12px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: 0.5s;
}
.text.what-we-do1 a:hover {
  text-decoration: none;
  background: #07aa2a;
}
.pro-one2 {
  padding-bottom: 150px;
  margin-bottom: 100px;
}
.what-we-do1 {
  padding-top: 30%;
}

/* products List */

/* checkout */

.checkout {
  background-image: url(../img/checkout/banner.jpg);
}
.email-box {
  border-bottom: 1px solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.chek-section {
  padding: 100px 0;
}
.in-box {
  display: flex;
  margin-bottom: 20px;
}
.form-control_3 {
  background: #efefef !important;
  border: none !important;
  width: 65% !important;
  margin-right: 30px !important;
}
.in-box a {
  background: #573b90;
  color: #fff;
  padding: 7px 17px;
  border-radius: 5px;
  transition: 0.5s;
}
.in-box a:hover {
  text-decoration: none;
  background: #07aa2a;
  color: #fff;
}
.email-box h6 {
  margin-top: 40px;
}
.email-box p i {
  color: #573b90;
  margin-right: 8px;
}
.email-box p  {
  font-weight: 500;
}
.email-box p  a {
  color: #573b90;
  font-weight: 600;
  transition: 0.5s;
}
select {
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23666d81" d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg>') right 1rem center/40px 15px no-repeat !important;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: right 1rem;
    background-position-y: center;
    background-repeat: no-repeat;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-color: #ececec !important;
}
.in-box1 select {
  width: 100%;
  border: 0;
  padding: 10px 15px;
  margin: 10px 0;
  margin-bottom: 20px;
}
.form-control_4 {
  background: #efefef !important;
  border: none !important;
  margin-right: 30px !important;
  margin-top: 10px;
  margin-bottom: 20px;
}
.email-box1 {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.email-box1 .add-but a {
  color: #000;
}
.email-box1 .add-but a:hover {
  color: #573b90;
  text-decoration: none;
}
.chek-left {
  padding-right: 50px;
}
.chak-right {
  box-shadow: 0 0 4px #ccc9c9;
  padding: 20px 15px;
  /*margin-left: 30px;*/
}

.delivery_section .address_detail li .edit_address {
    margin-left: 0;
    padding-right: 20px;
}

.pric-order .promo_code .apply_btn{
    color: #432382;
    text-decoration: none;
    background-color: transparent;
}

.pric-order .promo_code .apply_btn:hover{
    color: #432382;
    text-decoration: underline;
    background-color: transparent;
}

.delivery_section .address_detail li .delete_address {
    margin-left: auto;
    padding-right: 20px;
}

.chak-right h4 {
  font-weight: bold;
  /*padding-right: 82%;*/
}
.chak-right h4 a{
  float: right;
  font-size: 16px;
  color: #573b90;
  padding-top: 8px;
}
.chak-right img {
  width: 100%;
  margin-bottom: 30px;
  height: auto;
}
.order {
  display: flex;
  border-bottom: 1px solid #c4c2c2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  justify-content: space-evenly;
  align-items: center;
}
.orderlast {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.order img {
  margin-bottom: 0;
}
.order-text {
  padding-left: 10px;
}
.order-text p {
  font-weight: 500;
}

.order-text span {
  color: #432382;
  font-weight: 600;
}
.svg-inline--fa.fa-trash.fa-w-14 {
  fill: red;
  color: #ea2525;
  border-radius: 8px;
  border:  1px solid red;
  padding:8px;
  width: 30px;
  height: 30px;
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
}
.svg-inline--fa.fa-trash.fa-w-14:hover {
    fill: white;
    color: #fff;
    background-color: red;
}
.pric-order p {
  color: #000;
  font-weight: 500;
}
.pric-order p span{
  color: #5c5c5c;
  font-weight: 500;
  float: right;
}
.pric-order {
  border-bottom: 1px solid #c4c2c2;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.ord1 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ord1 p{
  color: #432382;
}
.ord1 p span{
  color: #000;
}
.detal-newhad {
  text-align: left;
  display: flex;
  padding: 0 30px;
}
.uplod-right.uplod-right1 {
  margin-left: auto;
}
.submit {
  background: #603daa;
  color: #fff;
  border: none;
  padding: 10px 35px;
  border-radius: 7px;
  margin-left: 15px;
  margin-top: 20px;
  transition: 0.5s;
}
.submit:hover {
  background: #07aa2a;
  color: #fff;

}
/* checkout */

/* contact */

.contact {
  background-image: url(../img/contact/banner.jpg);
}
.contact-section {
  padding: 100px 0;
  padding-bottom: 0;
}
.contect-box .new-bod {
  position: relative;
}
.contect-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
}
.contect-box .new-bod p {
  padding-left: 90px;
  padding-top: 5px;
  height: 70px;
  line-height: 30px;
}
.new-bod.bod1 p {
  padding-top: 20px;
}
.contect-box p a{
  color: #000;
  transition: 0.5s;
}
.contect-box p a:hover {
  text-decoration: none;
  color: #06a92a;
}
.contect-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-form {
  padding: 50px;
  box-shadow: 0px 0px 15px #ccc8c8;
  border-radius: 20px;
  margin-right: 100px;
  margin-left: 30px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.contact-form input, .contact-form textarea{
  background: #e6e2f0 !important;
  border: none !important;
  margin-right: 30px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  color: #573b90;
}
.contact-form select {
    background: #e6e2f0 !important;
    border: none !important;
    margin-right: 30px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 60px;
    border-radius: 10px;
    color: #573b90;
    line-height: 2.5;
}
.contecp {
  margin: 30px 0;
}
.contact-form textarea {
  padding-top: 10px;
}
.thm-btn1 {
  background: #573b90;
  color: #fff;
  border: none;
  padding: 15px 50px;
  font-weight: 500;
  border-radius: 10px;
  transition: 0.5s;
  margin-top: 20px;
}
.thm-btn1:hover {
  background: #06a92a;
  color: #fff;
}
.map {
  padding-bottom: 100px;
  margin-top: -100px;
}

/* contact */

/* csr */

.csr {
  background-image: url(../img/csr/banner.jpg);
}
.csr-section {
  padding: 100px 0;
}
.csr-p {
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 50px;
    text-align: justify;
    text-align-last: center;
}
.tomtoo-had h2 {
  padding-top: 150px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 60px;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.csr-box {
  padding: 0px 50px;
  box-shadow: 0px 0px 15px #ccc8c8;
  border-radius: 20px;
  background-color: #fff;
  margin: 70px 20px;
  height: 500px;
  display: grid;
  align-content: center;
  transition: 0.5s;
}
.csr-box:hover {
    background-color: #573b90;
}
.csr-box img {
  width: 80px;
  margin-left: -20px;
}
.csr-box h3 {
  font-size: 25px;
  color: #292929;
    text-align: left;
  line-height: 35px;
  padding-left: 30px;
}
.csr-box h3 span{
  color: #573b90;
  font-weight: 600;
}
.csr-box:hover h3,.csr-box:hover h3 span {
  color: #fff;
}

.w-imag {
  display: none;
}
.icon-img {
  text-align: center;
  border: 1px solid #000;
  width: 23%;
  border-radius: 50%;
  margin: 0 auto;
  height: 110px;
  display: grid;
  align-items: center;
  justify-content: center;
  margin-bottom: -25px;
}
.icon-img img {
  width: 60px;
  margin-left: 0;
}
.csr-box:hover .w-imag {
  display: block;
}
.csr-box:hover .b-imag {
  display: none;
}
.csr-box:hover .icon-img {
  border-color: #fff;
}

/* csr */

/* cart */




/* .box {
  display: none;
}

.box {
  position: fixed;
  right: 0;
  top: 0;
  width: 30%;
  z-index: 22222;
  transition: 0.4s;
  height: 100%;
} */

.box {
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 22222;
  transition: 0.4s;
  height: 100%;
  background-color: rgba(33, 28, 28, 0.7);
  transform: translateX(100%);
  overflow-y: scroll;
}
.cart-bg {
  position: fixed;
  right: 0px;
  top: 0;
  /* width: 30%; */
  transition: 0.4s;
  height: 100%;
  z-index: -1;
}
.close1 {
	opacity: 1 !important;
	/* padding-right: 8%; */
	/* padding-top: 4%; */
	cursor: pointer;
}
.close1 {
  opacity: 1 !important;
  /* padding-right: 50px; */
  /* padding-top: 25px; */
  cursor: pointer;
  /* position: relative !important; */
  /* right: 5px !important; */
}

.show {
  display: block;
  transform: translateX(0%);
  z-index: 97;
}

#myModalform .modal .btn {
  width: 30% !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 16px !important;
  padding: 0px !important;
  margin: 10px 0 !important;
}


/* Adjust modal for mobile screens */
@media (max-width: 768px) {
    .modal-dialog {
        max-width: 90%; /* Ensure modal fits smaller screens */
        margin: 1.75rem auto; /* Add spacing */
    }

    .modal-content {
        border-radius: 8px; /* Smooth corners for smaller screens */
    }
}


.box-1 {
  display: none;
}
.show1 {
  display: block;
}
.chak-cart {
  background: #fff;
  margin-left: -50px;
  min-width: 500px;
  min-height: 100%;
  max-width: 500px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.chak-cart .main-portion {
  display: flex;
  flex-direction: column;
  height: 100%; 
}

.chak-cart .main-portion .top-portion {
  height: 100%;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
}

.chak-cart .main-portion .top-portion .cart_icon {
  margin-top: 150px;
  width: 100px;
  height: 100px;
}

/*.chak-cart .main-portion .bottom-portion {*/
/*  flex-shrink: 0; */
/*  padding: 10px 0;*/
/*  position: relative;*/
/*  bottom: 0;*/
/*}*/

.chak-cart .main-portion .bottom-portion {
    flex-shrink: 0;
    padding: 10px 0;
    position: relative;
    bottom: 0px;
    background:#fff;
}


.cart-plusbox h6 {
  background: transparent !important;
  border: 1px solid #c7c0c0;
}
.cart-plusbox p a {
  color: #5f5f5f;
  margin-left: 15px;
}
.cart-text p {
  margin-bottom: 10px;
  color: #000 !important;
}
.cart-plusbox {
  margin: 0 0 !important;
}
.cart-plusbox p {
  margin-bottom: 0;
}
.chak-cart img {
  width: 100%;
  margin-bottom: 10px;
  height: auto;
}
.cabutt {
  width: 100%;
  text-align: center;
}

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.continue-shopping:hover {
    border: 1px solid #ddd;
    background:transparent;
}

.btn.continue-shopping {
    background: #d7d7d7;
    color: #000;
    padding: 7px 10px!important;
}

.cabutt a {
  background-color: #573b90;
  max-width: 100%;
  color: #fff;
  padding: 7px 39%;
  border-radius: 5px;
  transition: 0.5s;
}
.cabutt button {
  background-color: #573b90;
  width: 100%;
  color: #fff;
  border: navajowhite;
  height: 35px;
  border-radius: 5px;
  transition: 0.5s;
}
.cabutt button:hover {
  background-color: #07aa2a;
}
.cabutt a:hover {
  text-decoration: none;
  background-color: #07aa2a;
  color: #fff;
}
.cart-order p {
  margin-bottom: 5px;
}

/* cart */

/*clients */

.clients {
  background-image: url(../img/clients/banner.jpg);
}

.clients-section-top {
    padding: 50px 0 0;
}

.clients-section {
  padding: 0px 0 50px;
}
.claint-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  padding-top: 0px;
  text-align: center;
}

.clint-detal {
  box-shadow: 0 0 15px #ccc9c9;
  padding: 10px;
  border-radius: 10px;
  transition: 0.5s;
}
.clint-detal:hover {
  box-shadow: 0 0 0px #ccc9c9;
}
.clint-detal img {
  width: 60%;
  filter: grayscale(100%);
}
.clint-detal:hover img{
  filter: grayscale(0%);
}



/*clients */

/*product-details */

.product-details {
  background-image: url(../img/product_details/banner.png);
}
.product-details .abou-text {
  padding-top: 12%;
}
.bottam-img {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  padding-top: 0px;
  text-align: center;
}
.prod-detal {
  padding: 100px 20px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 7px 16px;
  margin-top: -50px;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
  background-color: #543b8f;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.5s;
}

/* Position the "next button" to the right */
.next {
  right: 35px;
}
.prev {
  left: -5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #543b8f;
  color: #fff !important;
  opacity: 1;
}

/* Add a transparency effect for thumnbail images */
.demo {
  border: 1px solid #e5e5e5;
  transition: 0.5s;
  cursor: pointer;
}
.active,  .demo:hover {
  border: 1px solid black;
}
.tab-content .active {
  border: 0px;
}

/*.tab-content .tab-pane {*/
/*    background-color: transparent !important;*/
/*}*/

#pills-tabContent  > div{
    background-color: transparent !important;
}

#pills-tabContent #pills-home{
    background-color: transparent !important;
}

#pills-tabContent #pills-profile {
    background-color: transparent !important;
}
#pills-tabContent #pills-contact {
    background-color: transparent !important;
}
#pills-tabContent #pills-one {
    background-color: transparent !important;
}
#pills-tabContent #pills-two {
    background-color: transparent !important;
}

.mySlides {
  box-shadow: 0 0 15px #ccc9c9;
  border-radius: 10px;
  margin-bottom: 20px;
}
.pro-content {
  padding-right: 0;
  border-right: 0;
}

.header .menu .serch {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: end;
}

.pro-text .pro-content ul li{
    list-style-type: disc !important;
    margin-left: 15px !important;
}
.pro-img {
  padding-right: 40px;
}
.pro-text {
  margin-left: 40px;
}
.prode-had h1 {
  font-weight: 600;
  width: 88%;
  line-height: 55px;
  /* margin-bottom: 30px; */
}
.reviews {
  display: flex;
    padding: 5px 0 15px;
}
.reviews i {
  color: #fdc006;
  font-size: 25px;
  margin-right: 18px;
}
.reviews i:nth-child(5) {
  color: #c9c9c9;
}
.reviews p {
 color: #726f6f;
 margin-left: 30px;
 margin-bottom: 0;
}

.star-rating small {
    width: 130px !important;
    position: relative;
    font-size: 13px;
}

.reviews p a {
  color: #726f6f;
}
.eq-buton {
  padding: 25px 0;
}
.eq-buton a {
  padding: 14px 40px;
  border: 3px solid #412181;
  color: #412181;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
  text-transform: uppercase;
}
.eq-buton a:hover {
  background: #412181;
  color: #fff;
  text-decoration: none;
}
.pro-content p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  color: #454546;
}
.pro-content p::before {
  width: 3px;
  height: 3px;
}

.facilities-left.pro-content p:last-of-type {
    display: none;
}

.detal-rs p {
  color: #412181;
  font-size: 25px;
  font-weight: bold;
  width: 55%;
  margin-top: 15px;
  margin-bottom: 40px;
  align-items: center;
  /*justify-content: space-between;*/
  display: flex;
  gap: 10px;
}

.detal-rs .variant_price{
    margin-bottom: 15px;
}

.detal-rs p del {
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
}
.detal-rs p span {
  float: right;
  color: #647081;
  font-size: 15px;
  font-weight: normal;
  width: 160px ;
  display: flex;
}

.detal-rs span {
  float: right;
  color: #647081;
  width: 100% ;
  font-size: 15px;
  font-weight: normal;
  text-align: right;
}
.detal-box {
  width: 100%;
}
.detal-box p {
  margin-right: 5px;
}
.cart-plus.detal-box h6 {
  padding: 11px 0px !important;
}
.detal-box p:nth-child(3) {
  margin-left: auto;
  margin-right: 0;
}
.detal-box p a {
  padding: 14px 10px;
  border: 3px solid #412181;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
  background: #412181;
}
.detal-box p a:hover {
  text-decoration: none;
  background: #fff;
  color: #412181;
}
.product-last {
  position: relative;
  padding-bottom: 150px;
}

.order-success a {
    padding:10px;
    border: 3px solid #412181;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
    background: #412181 !important;
}
.order-success a:hover {
    text-decoration: none;
    background: #fff !important;
    color: #412181;
}

#greenBox {
    width: 100%;
    background: #369d0e;
    padding: 25px 0px;
    border-top: 0px solid #e9edf0;
}

#greenBox .wrapper {
    width: 100%;
    border: 0px solid blue;
    margin: 0px auto;
}

#greenBox .wrapper h1 {
    font-family: 'Conv_HelveticaNeueLTCom-Lt';
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    padding: 0px 0px 7px 0px;
    margin: 0px 0px 10px 0px;
}

#greenBox p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
    padding: 0px 0px;
    margin: 0px 0px 15px 0px;
}

p.less {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #666;
    padding: 0px 0px;
    margin: 0px 0px 5px 0px !important;
}

#greenBox h2 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    padding: 0px 0px 7px 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: 3px solid #fff;
}
.clear {
    clear: both;
}

#whiteBox {
    width: 100%;
    padding: 30px 0px;
    background: #fff;
    border: 0px solid red;
}

.title-whitebg {
    font-size: 30px;
    font-weight: normal;
    color: #666;
    padding: 0px 0px 7px 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: 3px solid #369d0e;
}

.wrapper li {
    list-style: disc;
    text-align: justify;
    line-height: 18px;
    /*background: url(images/arrow.png) left center no-repeat;*/
    padding: 2px 2px 2px 20px;
    font-size: 13px;
    font-weight: normal;
    color: #666;
    margin: 0px 0px 10px 0px;
    position: relative;
    left: 15px;
}
/* Disable button style */
.disabled {
    pointer-events: none !important; /* Prevent clicks */
    opacity: 0.5; /* Make the button look disabled */
    cursor: not-allowed !important;
}

.product-last .new-desin-pro .pro-tag .submit-inquiry{
  /*display: none;*/
}
.product-box-slid {
  margin: 0 20px;
text-align: left;
margin-bottom: 20px;
}
.product-box-slid img {
  width: 100%;
}
.rev-update {
  /* background: #f2f2f2; */
  padding: 50px 0;
  padding-bottom: 0;
}

.uplod {
  padding-top: 30px;
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
.uplod-photo1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.uplod-photo.uplod-photo1 h4 {
  margin-bottom: 0;
  margin-right: 10px;
}
.uplod-photo a {
  border: 1px solid #b4b0b0;
  color: #000;
  padding: 15px 80px;
  transition: 0.3s;
  background-color: #f2f2f2;
}
.uplod-photo a:hover {
  text-decoration: none;
  color: #000;
}
.uplod-photo {
  margin-bottom: 50px;
}
.uplod-photo h4{
  margin-bottom: 30px;
}
.uplod-photo textarea {
  background-color: #f2f2f2;
  border: 1px solid #b4b0b0;
  width: 90%;
  padding: 10px;
  margin-top: -10px;
}
.uplod-right {
  padding-top: 15px;
}
.line {
  background: #d8d8d8;
  width: 100%;
  height: 12px;
  margin-bottom: 25px;
  border-radius: 10px;
  position: relative;
  margin-left: 20px;
  color: #d8d8d8;
}
.uplod-re .line::after {
  content: '1';
  position: relative;
  left: -20px;
  top: -6px;
  color: #000;
}
.uplod-re .line:nth-child(1):after {
  content: '5';
}
.uplod-re .line:nth-child(2):after {
  content: '4';
}
.uplod-re .line:nth-child(3):after {
  content: '3';
}
.uplod-re .line:nth-child(4):after {
  content: '2';
}
.uplod-re .line:nth-child(5):after {
  content: '1';
}
.uplod-re {
  margin-bottom: 30%;
}
.uplod-re .line::before {
  content: '';
  background: orange;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.uplod-re .line:nth-child(1)::before {
  width: 85%;
}
.uplod-re .line:nth-child(2)::before {
  width: 70%;
}
.uplod-re .line:nth-child(3)::before {
  width: 55%;
}
.uplod-re .line:nth-child(4)::before {
  width: 40%;
}
.uplod-re .line:nth-child(5)::before {
  width: 20%;
}
.uplod-right a {
  padding: 14px 50px;
  border: 3px solid #412181;
  background: #fff;
  color: #412181;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
}
.uplod-right a:hover {
  text-decoration: none;
    color: #fff;
    background: #412181;
}


.my-profile {
    width: 70% !important;
    border: 3px solid #412181 !important;
    background: #fff !important;
    color: #412181 !important;
    height: 60px !important;
    line-height: 0px !important;
    padding: 0 !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 20px 0 !important;
}

.page_title h2 {
    font-size: 26px;
    font-weight: 700;
    color: #412181 !important;
    margin-bottom: 25px;
    line-height: 1.2;
}

.my-profile:hover {
    color: #fff !important;
    background: #412181 !important;
}
.order-details .card-footer {
    background: linear-gradient(to left,#4f328a,#686869,#07AA2A);
    color: #fff;
}

.list-section {
  padding: 100px 0;
  padding-top: 10px;
}
.list-box {
  box-shadow: 0 0 15px #ccc9c9;
  border-radius: 10px;
  margin: 20px;
  padding: 20px;
  /* margin-top: 50px; */
}

.list-name {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.list-img img {
  width: 80px;
  margin-right: 10px;
}
.list-name1 p {
  margin-bottom: 0;
}
.list-name1 {
  margin-right: 35px;
}

.list-last-photo {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.list-last-photo img {
  width: 100px;
  height: 100px;
  min-height: 75px;
  min-width: 75px;
  max-height: 100px;
  max-width: 100px;
  border: 1px solid #dedbdb;
  margin-right: 10px;
}

/* .list-last-photo video {
  width: 100px;
  height: 100px;
  min-height: 75px;
  min-width: 75px;
  max-height: 100px;
  max-width: 100px;
  border: 1px solid #dedbdb;
  margin-right: 10px;
} */
.list-last-photo a{
  position: relative;
}
.list-last-photo a i {
  position: absolute;
}
.list-last-photo a i {
  position: absolute;
  top: 35px;
  left: -14px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  color: #604a8f;
}

.cta-inqury3 {
  position: fixed;
  bottom: 25px;
  left: 80px;
  background: #07aa2a;
  color: #fff;
  width: 95px;
  height: 45px;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  z-index: 22222;
  padding-top: 2px;
  border: 2px solid #fff;
}
.cta-inqury3 svg {
  color: #fff;
  fill: #fff;
}
.svg-inline--fa.fa-whatsapp.fa-w-14 {
  /*margin-left: 5px;*/
}
.svg-inline--fa.fa-phone.fa-w-16 {
  margin-right: 5px;
  font-size: 19px;
}
.modl-modifi .modal-dialog {
  max-width: 700px !important;
}
.sing {
  padding: 100px 0;
}
.sing .team-had h1 {
  color: #696969;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  /*margin-bottom: 30px;*/
}
.modl-modifi1 .modal-dialog {
  max-width: 550px !important;
}
.popup-but {
  padding: 7px 30px !important;
  background-color: #603daa !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 17px !important;
}
.pop-input input, .pop-input textarea {
  background: #e6e2f0 !important;
  border: none !important;
  padding: 10px;
  border-radius: 10px;
  color: #573b90;
  height: 45px;
  width: 100%;
}
html {
  scroll-behavior: smooth;
}
.new-desin-pro {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 0px;
  grid-column-gap: 20px;
  text-align: center;
  padding-top: 50px;
}
.product-box.product-box-slid.proone {
  margin: 0;
}
.proone .pro-tag a:last-child {
  background: #e6e2f0;
  color: #563a8f;
padding: 10px 37px;
}
.proone .pro-tag a:hover {
  background: #583c90;
  color: #fff;
}
.proone .product-text h5, .product-box-slid .product-text h5{
  height: auto;
}
.abo-text ul {
  padding-left: 15px;
    color: #4d4d4d;
    font-size: 16px;
}

.row1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.range-box {
  flex: 1 1 10%;
  transition: all 400ms ease-in-out;
}
.range-box-1 {
  flex: 2;
}
.range-box-img1 {
  display: block;
}
.range-box-img2 {
  display: none;
}
.own-left1 {
  background: #573b90;
}
.own-left2 {
  background: #e8e8e8;
  /*overflow-y: hidden;*/
}
.own-text2  {
  color: #573b90;
  overflow-y: hidden;
}

.range-box-hov  {
  flex: 1;
  transition: all 400ms ease-in-out;

}
.infrastructure-section-middle .rnd {
  height: 500px;
}
.range-box-a {
  flex: 2;
}
.range-box-b {
  flex: 1;
}
.range-box-imga {
  display: block;
}
.range-box-imgb {
  display: none;
}
.own-lefta {
  background: #c1e1f0;
}
.own-leftb {
  background: #ffffff;
}

.rev-section .text-muted{
    margin-top: 30px;
}

/*product-details */
@media (min-width: 1600px) and (max-width: 2000px) {

.hometop_banner {
  min-height: 630px;
}

    .about-baner,.private-label-baner , .infrastructure-baner , .product-details-baner{
        min-height: 650px !important;
    }

.box {
  width: 100%;
  right: 0%;
}
}

@media (min-width: 1466px) and (max-width: 1599px) {
    .hometop_banner {
        min-height: 630px !important;
    }
    .about-baner,.private-label-baner , .infrastructure-baner , .product-details-baner{
        min-height: 650px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1465px) {
    .hometop_banner , .private-label-baner , .infrastructure-baner , .product-details-baner {
        min-height: 630px !important;
    }
}


@media (min-width: 200px) and (max-width: 767px) {

    .clint-detal img {
        width: auto;
    }

    .certificate-img {
        padding: 20px 0;
    }
    .facilities-but1::before {
        width: 76%;
    }
    .years {
        background-image: none;
        justify-content: center;
        padding: 10px 0;
    }
    .uplod {
        padding-top: 30px;
        width: 100%;
    }
    .own-left {
        height: auto;
        /*margin-bottom: 10px;*/
    }

    .row1 {
        display: block;
    }
    .range-box-img2 {
        width: 70% !important;
    }
    .own-left img {
        height: auto;
        margin-top: 0px;
        position: relative;
        top: -30px;
    }
    .range-box-1 {
        margin-bottom: 50px;
    }
    .own-left2 {
        background: #e8e8e8;
    }
    .range-box-2 .own-left{
        margin-bottom: 0;
    }
}

/*Private Label*/

.private-label-baner {
    background-image: url(../img/private-label/banner.jpg);
    min-height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.private-label-section {
    padding: 100px 0;
}

.private-label-had h2 {
    padding: 100px 10px 25px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.2;
    font-size: 53px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.private-label-para p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 50px;
    font-weight: 500;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    /*left: 30px;*/
    text-align: justify;
    padding: 0 10px 0 30px;
    bottom: 115px;
}

.private-label-had .grey-pl{
    color: #6a6a6a;
}

.private-label-had .purple-pl{
    color: #543a8e;
}

.private-label-box-one {
    padding: 0px 50px;
    /*box-shadow: 0px 0px 15px #ccc8c8;*/
    border-radius: 20px;
    background-image: url(../img/private-label/image2.png);
    margin: 70px 20px;
    height: 478px;
    width: 98%;
    display: grid;
    background-size: contain;
    background-repeat: no-repeat;
    align-content: center;
    position: relative;
    right: 30px;
}

.private-label-box-two {
    padding: 0px 50px;
    /*box-shadow: 0px 0px 15px #ccc8c8;*/
    background-image: url(../img/private-label/image1.png);
    border-radius: 20px;
    margin: 70px 20px;
    height: 478px;
    width: 98%;
    display: grid;
    background-size: contain;
    background-repeat: no-repeat;
    align-content: center;
    position: relative;
    bottom: 58px;
    left: 0px;
}

.private-label-process{
    padding: 10px 0 60px;
    background-color: #f2f2f2;
}
.pl-head h2 {
    margin: 0 auto 0 0;
    text-align: left;
    line-height: 1.2;
    font-size: 53px;
    font-weight: 900;
    letter-spacing: 1px;
    width: 70%;
    text-transform: uppercase;
}

.private-label-process .grey-pl{
    color: #6a6a6a;
}

.private-label-process .purple-pl{
    color: #543a8e;
}

.pl-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    top: 90px;
    left: 70px;
}
.pl-head h1 {
    font-size: 36px;
    color: #4a4a4a;
}
.pl-head h1 span {
    color: #6a1b9a;
}
.pl-head p {
    font-size: 18px;
    color: black;
    max-width: 500px;
    text-align: left;
    width: 400px;
    font-weight: 500;
    line-height: 2;
    position: relative;
    right: 55px;
}
.process {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; /* Align items to the bottom */
    gap: 20px; /* Add gap between boxes */
    height: 400px;
}
.process-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 35px;
    width: 29%;
    text-align: left;
    transition: all 0.4s ease; /* Smooth transition for all properties */
}



/*.process-item:hover {*/
/*    background-color: #543a8e;*/
/*    color: #fff !important;*/
/*    height: 350px; !* Increased height *!*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    width: 35%;*/
/*}*/

.process-item h2 {
    font-size: 50px;
    margin: 0 0 10px;
    font-weight: 900;
    padding-bottom: 35px;
    color: #543a8e;
    transition: color 0.4s ease; /* Smooth color transition */
}
/* Hover effects only for larger screens (min-width: 1200px) */
@media only screen and (min-width: 1200px) {
    .process-item:hover {
        background-color: #543a8e;
        color: #fff !important;
        height: 350px; /* Increased height */
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 33%;
    }

    .process-item:hover h2 {
        color: #ffffff; /* Change color on hover */
    }
}

/* Reset hover effects for devices smaller than 1200px */
@media only screen and (max-width: 1199px) {
    .process-item {
        width: 100%; /* Full width for smaller devices */
        height: auto; /* Auto height */
        background-color: #fff;
        color: #543a8e;
    }

    .process-item h2 {
        color: #543a8e;
    }
}
/*.process-item:hover h2 {*/
/*    color: #ffffff; !* Change color on hover *!*/
/*}*/

.process-item p {
    font-size: 16px;
    margin: 0;
    text-align: justify;
    font-weight: 500;
    height: 72px;
    overflow: hidden;
}

.private-last-section {
    padding: 70px 0 80px;
}

.left-section .grey-pl{
    color: #6a6a6a;
}

.left-section .purple-pl{
    color: #543a8e;
}

.why-us-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-section {
    max-width: 30%;
}
.left-section h2 {
    padding: 100px 0px 25px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.2;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.left-section p {
    font-size: 18px;
    color: black;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    width: 380px;
    margin-right: 25px;
}
.right-section {
    max-width: 50%;
    display: flex;
    align-items: center;
}
.middle-section{
    text-align: center;
    width: 50%;
}

.middle-section img {
    width: 100%;
    height: auto;
}
.right-section ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: start;
    text-align: justify;
}
.right-section ul {
    list-style: none;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: black;
    padding: 10px 0px 0 55px;
    position: relative;
    top: 0px;
}
.right-section ul li::before {
    content: "\2022";
    color: #555;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.pl-text {
    position: relative;
    max-width: 100%;
    margin: auto;
    margin-left: 20px;
  padding-top: 17%;
  left: 0;
}

.pl-text .plfrst-p {
    text-align: left;
    color: #fff;
}
.pl-text .plfrst-p h1 {
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}



@media (max-width: 767px) {
    .private-label-baner {
        background-image: url(../img/private-label/banner-mobile.jpg);
        min-height: 260px;
        width: 100%;
    }

    .pl-text {
        position: relative;
        max-width: 100%;
        margin: auto;
        margin-left: 15px;
        padding-top: 17%;
        left: 0;
    }
    .box-two{
        color: white !important;
    }
    .pl-text .plfrst-p {
        text-align: left;
        color: #fff;
    }
    .pl-text .plfrst-p h1 {
        letter-spacing: 2px;
        margin-bottom: 0px;
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 35px;
    }

    .private-label-section {
        padding: 40px 0;
    }

    .private-label-had h2 {
        padding: 20px 10px;
        margin: 0 auto;
        text-align: center;
        font-size: 2rem;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
        word-spacing: 0;
    }
    .private-label-had .mobile-para {
        display: block !important;
    }
    .private-label-para p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 50px;
        font-weight: unset;
        text-align: center;
        color: #4d4d4d;
        margin-right: auto;
        margin-left: auto;
        position: unset;
    }
    .desk-para{
        display: none !important;
    }

    .private-label-box-one {
        padding: unset;
        box-shadow: unset;
        border-radius: 20px;
        background-image: url(../img/private-label/img-1-mobile.png);
        margin: 20px auto;
        background-position: center;
        height: 250px;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        align-content: center;
        position: unset;
    }

    .private-label-box-two {
        padding: unset;
        box-shadow: unset;
        background-image: url(../img/private-label/image1.png);
        border-radius: 20px;
        background-position: center;
        margin: 20px auto;
        height: 250px;
        width: 100%;
        display: grid;
        background-size: contain;
        background-repeat: no-repeat;
        align-content: center;
        position: unset;
    }

    .pl-head h2 {
        font-size: 2rem;
        padding-top: 25px;
        padding-bottom: 25px;
        width: unset;
    }
    .pl-head {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
        position: unset;
    }

    .pl-head p {
        font-size: 16px;
        color: black;
        max-width: 500px;
        text-align: center;
        width: auto;
        font-weight: unset;
        color: #4d4d4d;
        line-height: 2;
        position: unset;
    }

    .process {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        gap: 40px !important;
        height: unset;
    }

    .process-item {
        width: 100%;
    }

    .process-item:nth-child(2) {
        background-color: #543a8e;
        color: #fff;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .process-item h2 {
        font-size: 28px;
        padding-bottom: 15px;
    }

    .private-last-section {
        padding: 40px 0 30px;
    }

    .process-item p {
        font-size: 16px;
        height: unset;
        overflow: unset;
        text-align: center;
    }

    .why-us-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .left-section {
        max-width: 100%;
    }

    .left-section h2 {
        padding: unset;
        margin: 0 auto;
        text-align: center;
        width: 270px;
        line-height: 1.2;
        padding: 25px 0;
        font-size: 34px;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .left-section p {
        font-size: 16px;
        color: #4d4d4d;
        line-height: unset;
        text-align: center;
        width: auto;
        margin: 0 auto;
    }

    .why-us-container .middel-wrapper{
        flex-direction: column !important;
    }
    .middle-section {
        padding: 25px 0;
        width: 70%;
        margin: 0 auto;
    }

    .right-section {
        max-width: 100%;
    }

    .right-section ul {
        list-style: none;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        color: #4d4d4d;
        padding: 15px;
        position: unset;
        top: 70px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .private-label-baner {
        /*background-image: url(../img/private-label/banner-mobile.jpg);*/
        min-height: 560px;
    }
    .private-label-section {
        padding: 40px 0;
    }

    .private-label-had h2 {
        padding: 20px 10px;
        margin: 0 auto;
        text-align: center;
        font-size: 26px;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
        word-spacing: 0;
    }
    .pl-text {
        position: relative;
        max-width: 100%;
        margin: auto;
        margin-left: 15px;
        padding-top: 17%;
        left: 50px;
    }

    .pl-text .plfrst-p {
        text-align: left;
        color: #fff;
    }
    .pl-text .plfrst-p h1 {
        letter-spacing: 2px;
        margin-bottom: 0px;
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .private-label-had .mobile-para {
        display: block !important;
    }
    .private-label-para p {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 50px;
        font-weight: 500;
        margin-right: auto;
        margin-left: auto;
        position: unset;
    }

    .box-two{
        color: white !important;
    }
   .desk-para{
        display: none !important;
    }

    .private-label-box-one {
        padding: unset;
        box-shadow: unset;
        border-radius: 20px;
        background-image: url(../img/private-label/img-1-mobile.png);
        margin: 20px auto;
        background-position: center;
        height: 400px;
        width: 500px;
        background-size: contain;
        background-repeat: no-repeat;
        align-content: center;
        position: unset;
    }

    .private-label-box-two {
        padding: unset;
        box-shadow: unset;
        background-image: url(../img/private-label/image1.png);
        border-radius: 20px;
        background-position: center;
        margin: 0px auto;
        height: 400px;
        width: 500px;
        display: grid;
        background-size: contain;
        background-repeat: no-repeat;
        align-content: center;
        position: unset;
    }

    .pl-head h2 {
        font-size: 28px;
        padding-top: 25px;
        padding-bottom: 25px;
        width: unset;
    }
    .pl-head {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
        position: unset;
    }

    .pl-head p {
        font-size: 18px;
        color: black;
        max-width: 500px;
        text-align: justify;
        width: auto;
        font-weight: 500;
        line-height: 2;
        position: unset;
    }

    .process {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 40px !important;
        height: unset;
    }

    .process-item {
        width: 100%;
        padding: 25px;
    }

    .process-item:nth-child(2) {
        background-color: #543a8e;
        color: #fff;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .process-item h2 {
        font-size: 28px;
        padding-bottom: 15px;
    }

    .private-last-section {
        padding: 40px 0;
    }

    .process-item p {
        font-size: 14px;
        height: 85px;
    }

    .why-us-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .left-section {
        max-width: 100%;
    }

    .left-section h2 {
        padding: unset;
        margin: 0 auto;
        text-align: center;
        width: 270px;
        line-height: 1.2;
        padding: 25px 0;
        font-size: 28px;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .left-section p {
        font-size: 18px;
        color: black;
        line-height: 2;
        width: auto;
        margin: 0 auto;
    }

    .middle-section {
        padding: 25px 0;
        width: 50%;
        position: relative !important;
        top: 60px;
    }

    .right-section {
        max-width: 100%;
    }

    .right-section ul {
        list-style: none;
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        color: black;
        padding: 30px;
        position: unset;
        top: 70px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .private-label-baner {
        min-height: 450px;
    }
    .private-label-section {
        padding: 40px 0;
    }

    .pl-text {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        margin-left: 0;
        padding-top: 17%;
        left: 100px;
        bottom: 60px;
    }

    .pl-text .plfrst-p {
        text-align: left;
        color: #fff;
    }
    .pl-text .plfrst-p h1 {
        letter-spacing: 2px;
        margin-bottom: 0px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .private-label-para p {
        font-size: 18px;
        padding: 0 30px;
        line-height: 35px;
        margin-bottom: 50px;
        font-weight: 500;
        margin-right: auto;
        margin-left: auto;
        position: unset;
    }

    .private-label-box-one {
        padding: unset;
        box-shadow: unset;
        border-radius: 20px;
        /*background-image: url(../img/private-label/img-1-mobile.png);*/
        background-image: url(../img/private-label/image-new1.png);
        margin: 20px auto;
        background-position: center;
        height: 400px;
        width: 470px;
        background-size: contain;
        background-repeat: no-repeat;
        align-content: center;
        position: unset;
    }

    .box-two{
        color: white !important;
    }

    .private-label-box-two {
        padding: unset;
        box-shadow: unset;
        background-image: url(../img/private-label/image1.png);
        border-radius: 20px;
        background-position: center;
        margin: 20px auto;
        height: 400px;
        width: 470px;
        display: grid;
        background-size: contain;
        background-repeat: no-repeat;
        align-content: center;
        position: unset;
    }
    .private-label-had h2{
        text-align: center;
    }
    .pl-head h2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .pl-head {
        padding: 35px;
        position: unset;
        margin-bottom: unset;
    }

    .pl-head p {
        font-size: 18px;
        color: black;
        max-width: 500px;
        text-align: justify;
        width: auto;
        font-weight: 500;
        line-height: 2;
        position: unset;
    }

    .process {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 40px !important;
        padding: 35px;
        height: unset;
    }

    .process-item {
        width: 100%;
    }

    .process-item:nth-child(2) {
        background-color: #543a8e;
        color: #fff;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .process-item h2 {
        padding-bottom: 15px;
    }

    .private-last-section {
        padding: 40px 0;
    }

    .why-us-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .why-us-container .middel-wrapper {
        display: flex;
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between;
    }

    .left-section {
        max-width: 100%;
    }

    .left-section h2 {
        margin: 0 auto;
        padding: unset;
        text-align: center;
        line-height: 1.2;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .left-section p {
        color: black;
        line-height: 2;
        margin: 0 auto;
        padding: 20px 90px;
        width: auto;
        text-align-last: center;
    }

    .middle-section {
        padding: unset ;
        width: 35%;
        margin: 0 auto;
    }

    .right-section {
        max-width: 50%;
    }

    .right-section ul {
        list-style: none;
        margin: 0;
        font-weight: 500;
        color: black;
        padding: 30px;
        position: relative;
        top: 0px;
        right: 60px;
    }
}


/*End Private Label*/

/* Infrastructure */
.infrastructure-baner {
    background-image: url(../img/Infrastructure/banner.jpg);
    min-height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.infrastructure-section-top {
    padding: 100px 0 0;
}

.infra-text {
    position: relative;
    max-width: 100%;
    margin: auto;
    margin-left: 20px;
  padding-top: 17%;
  left: 0;
}

.infra-text .infrafrst-p {
    text-align: left;
    color: #fff;
}
.infra-text .infrafrst-p h1 {
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.infrastructure-section-top .title h2 {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    margin: 45px;
}

.infrastructure-section-top .title .grey-pl{
    color: #6a6a6a;
}

.infrastructure-section-top .title .purple-pl{
    color: #543a8e;
}

.infrastructure-section-top .description {
    text-align: center;
    margin: 30px auto;
    max-width: 710px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
}
.infrastructure-section-top .features {
    padding: 0;
    list-style: disc;
    color: black;
    text-align: left;
    position: relative;
    left: 25%;
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.infrastructure-section-top .features li {
    margin: 0.5rem 0;
}
.infrastructure-section-top .capacity {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    color: #543a8e;
}
.infrastructure-section-top .capacity-subtext {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: black;
}
.infrastructure-section-top .image-container {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    bottom: 200px;
}
.infrastructure-section-top .image-container img {
    border-radius: 10px;
}
.infrastructure-section-top .capacity-box {
    background-color: #ededed;
    border-radius: 10px;
    padding: 75px 20px;
    height: 375px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    align-content: center;
}

.infrastructure-section-middle {
    padding: 70px 0 !important;
    padding-top: 50px;
    background-color: #e8e8e8;
}

.infrastructure-section-middle .row {
    display: flex;
    gap: 20px; /* Gap between the boxes */
    flex-wrap: wrap; /* Ensuring boxes remain on one line but wrap on small screens */
}

.infrastructure-section-middle .col-md-8,
.infrastructure-section-middle .col-md-4 {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Adding shadow to both boxes */
    color: black; /* Set font color to black */
}

.infrastructure-section-middle .col-md-8 {
    flex: 0 0 65%; /* First box takes 70% of the width */
    max-width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #c1e1f0;
    padding: 25px 0 0;
    border-radius: 15px;
}

.infrastructure-section-middle .rnd {
    display: flex;
    border-radius: 30px;
    width: 100%;
}

.infrastructure-section-middle .rnd img {
    flex: 1; /* Ensures the image takes the correct space */
    padding: 0 0 15px 17px;
    max-width: 50%; /* Ensure the image doesn't take more than 50% of the rnd box */
}

.infrastructure-section-middle .rnd-text {
    padding: 25px 40px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex: 1;
}

.infrastructure-section-middle .col-md-4 {
    flex: 0 0 33%; /* Second box takes 30% of the width */
    max-width: 33%;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    border-radius: 15px;
    color: black; /* Set font color to black */
    padding: 50px;
}

/* Heading and paragraph styles */
.infrastructure-section-middle h2 {
    font-size: 35px;
    font-weight: 900;
    color: #573b90; /* H2 color set to #573b90 */
}

.infrastructure-section-middle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: black; /* Ensuring paragraph text color is black */
    text-align: left;
    /*text-align-last: center;*/
    overflow: hidden;
}

.facilities-section {
    padding: 50px 0;
}

.facilities-section .facilities-detal {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0px;
    grid-column-gap: 200px;
    text-align: center;
    padding-top: 100px;
    gap: 100px;
    width: 30% !important;
}
.facilities-box1 {
    background: #f2f2f2;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: 0.5s;
}
.facilities-box a:hover {
    text-decoration: none;
}

.facilities-box1 {
    background: white;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: 0.5s;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    color: black;
    height: 250px;
    width: 350px;
}

.facilities-box1 p {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 10px;
}
.facilities-box a{
    color: black;
}
.facilities-box a:hover{
    color: black;
}


.facilities-box a:hover {
    text-decoration: none;
}
.facilities-box1 h4 {
    color: #000;
    font-weight: 500;
    line-height: 35px;
    padding-top: 30px;
}
.facilities-box1 img {
    border: 1px solid transparent;
    border-radius: 50%;
    margin-top: -40px;
    padding: 15px;
    background-color: white;
    box-shadow: 0 0 3px #b6b3b3;
    width: 85px;
    position: relative;
    bottom: 20px;
    left: 30px;
}
.facilities-box1 .blu-img {
    display: none;
}
.facilities-box1:hover {
    border: 1px solid #573b90;
}
.facilities-box:hover .blac-img{
    display: none;
}
.facilities-box:hover .blu-img{
    display: block;
    text-align: center;
    border: 1px solid #573b90;
    transition: 0.5s;
}
.facilities-box1 i {
    background: #fff;
    padding: 12px 15px;
    border-radius: 50%;
    box-shadow: 0 0 3px #b6b3b3;
    color: #644d9a;
    position: relative;
    bottom: -17px;
    transition: 0.5s;

}
.facilities-box1:hover i {
    background: #644d9a;
    color: #fff;
}

.facilities-detail {
    align-content: center;
    width: 40%;
    /*padding-left: 100px !important;*/
}

.facilities-detail h2 {
    font-size: 50px;
    font-weight: 900;
}

.facilities-detail p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

.facilities-detail .grey-pl{
    color: #6a6a6a;
}

.facilities-detail .purple-pl{
    color: #543a8e;
}



@media (max-width: 767px) {
    .infrastructure-baner {
        background-image: url(../img/Infrastructure/banner-mobile.jpg);
        min-height: 200px;
        width: 100%;
    }
    .infra-text {
        position: relative;
        max-width: 100%;
        margin: auto;
        margin-left: 15px;
        padding-top: 17%;
        left: 0;
    }

    .infra-text .infrafrst-p {
        text-align: left;
        color: #fff;
    }
    .infra-text .infrafrst-p h1 {
        letter-spacing: unset;
        margin-bottom: 0px;
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 35px;
    }

    .infrastructure-section-top {
        padding: 30px 0;
    }
    .infrastructure-section-top .title h2 {
        font-size: 2rem;
        margin: 20px;
    }
    .infrastructure-section-top .description {
        text-align: center;
        color: #4d4d4d;
        font-size: 16px;
        margin: 20px auto;
    }

    .infrastructure-section-top .features {
        padding: 0;
        list-style: disc;
        color: #4d4d4d;
        text-align: justify;
        font-weight: 400;
        position: relative;
        font-size: 16px;
        margin: 0 5px;
        left: unset;
        width: unset;
        line-height: unset;
    }
    .infrastructure-section-top .capacity-box {
        display: none;
    }
    .infrastructure-section-top .capacity-box-mobile{
        display: block !important;
        background-color: #ededed;
        border-radius: 10px;
        padding: 40px 20px;
        margin: 35px 0;
        height: unset;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        align-content: center;
        width: 100%;

    }
    .infrastructure-section-top .capacity {
        font-size: 2rem;
    }
    .infrastructure-section-top .capacity-subtext {
        font-size: 16px;
        font-weight: 400;
    }
    .infrastructure-section-top .image-container {
        position: unset;
    }
    .infrastructure-section-top .image-container img {
        width: 100%;
        height: auto;
    }

    /* Ensure the swiper container and slides are responsive */
    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; /* Take full width */
    }

    .infrastructure-section-middle {
        padding: 50px 0;
        background-color: #e8e8e8;
    }

    .infrastructure-section-middle .row {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    /* Keep the rest of your custom styles for content */

    .facilities-section {
        padding: 20px 0 40px;
    }

    .facilities-detail h2 {
        font-size: 2rem;
        font-weight: 900;
    }
    /* Ensure the facilities-detail comes first on mobile */
    .facilities-detail {
        order: -1; /* Moves this div to appear first */
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .facilities-section .facilities-detal {
        grid-column-gap: 0px;
        width: 100% !important;
        gap: 70px;
        padding-top: 20px;
    }

    .facilities-box1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .facilities-detail p {
        font-size: 16px;
        text-align: center;
        font-weight: 400;
    }

    .team-had h3{
        font-size: 2rem;
        color: #543a8e;
    }

    .facilities-box1 {
        background: white;
        border: 1px solid transparent;
        border-radius: 10px;
        transition: 0.5s;
        padding: 20px;
        text-align: left;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        color: black;
        height: 250px;
        width: 350px;
        position: relative;
        margin: 0 auto;
    }

    .facilities-box1 img {
        display: inline-block;
        margin-right: 10px;
    }

    /* Adjustments for .blu-img to ensure it switches correctly */
    .facilities-box1 .blu-img {
        display: none;
    }

    .facilities-box:hover .blac-img {
        display: none;
    }

    .facilities-box:hover .blu-img {
        display: inline-block;
        transition: 0.5s;
    }

    .desktop-div{
        display: none !important;
    }

    .mobile-slider {
        display: block !important;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .slider-wrapper {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 100%; /* Since there are two slides */
    }

    .slide {
        flex: 1 0 100%;
        width: 100%;
        text-align: center;
    }

    .slide-content {
        padding: 20px;
        background-color: #f0f0f0;
        border-radius: 10px;
        box-shadow: 0 4px 50px rgba(0, 0, 0, 0.3);
        margin: 0 15px;
    }

    .first-slide{
        background-color: #c1e1f0 !important;
    }

    .dots {
        text-align: center;
        margin-top: 20px;
    }

    .dot {
        height: 10px;
        width: 10px;
        background-color: #ddd;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
    }

    .dot.active {
        background-color: #573b90;
    }

    .infrastructure-section-middle .rnd-text {
        padding: 5px;
        display: block;
        /*flex-direction: column;*/
        justify-content: start;
        text-align:justify ;
        /*flex: 1;*/
    }

    .infrastructure-section-middle h2 {
        font-size: 2rem;
        text-align: center;
        padding-bottom: 10px !important;
    }

    .infrastructure-section-middle .rnd img {
        flex: 1;
        padding: unset;
        max-width: 100%;
        width: 40%;
        margin: 0 auto;
        display: flex;
        margin-bottom: 15px !important;
    }
    .infrastructure-section-middle .quality img {
        flex: 1;
        padding: unset;
        max-width: 100%;
        width: 40%;
        margin-bottom: 15px !important;

    }

    .infrastructure-section-middle .rnd-text p{
        margin-bottom: 0 !important;
        text-align: center;
    }

    .infrastructure-section-middle p {
        font-size: 16px;
        font-weight: 400;
        line-height: unset;
        text-align: center;
    }

    .infrastructure-section-middle {
        padding: 40px 0 !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .infrastructure-baner {
        /*background-image: url(../img/Infrastructure/banner-mobile.jpg);*/
        min-height: 350px;
    }
    .infra-text {
        position: relative;
        max-width: 100%;
        margin: auto;
        margin-left: 15px;
        padding-top: 17%;
        left: 0px;
    }

    .infra-text .infrafrst-p {
        text-align: left;
        color: #fff;
    }
    .infra-text .infrafrst-p h1 {
        letter-spacing: 2px;
        margin-bottom: 0px;
        font-weight: bold;
        font-size: 40px;
        text-transform: uppercase;
    }

    .infrastructure-section-top {
        padding: 0 0 40px;
    }
    .infrastructure-section-top .title h2 {
        font-size: 35px;
    }
    .infrastructure-section-top .description {
        text-align: center;
        color: #000;
        font-size: 16px;
        margin: 20px auto;
        font-weight: 400;
    }

    .infrastructure-section-top .features {
        padding: 0;
        list-style: disc;
        color: #000;
        text-align: left;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        margin: 0 5px;
        left: unset;
        width: unset;
        line-height: unset;
    }
    .infrastructure-section-top .capacity-box {
        display: none;
    }
    .infrastructure-section-top .capacity-box-mobile{
        display: block !important;
        background-color: #ededed;
        border-radius: 10px;
        padding: 40px 20px;
        margin: 35px 0;
        height: unset;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        align-content: center;
        width: 100%;

    }
    .infrastructure-section-top .capacity {
        font-size: 35px;
    }
    .infrastructure-section-top .capacity-subtext {
        font-size: 16px;
        font-weight: 400;
    }
    .infrastructure-section-top .image-container {
        position: unset;
    }
    .infrastructure-section-top .image-container img {
        width: 100%;
        height: auto;
    }

    /* Ensure the swiper container and slides are responsive */
    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; /* Take full width */
    }

    .infrastructure-section-middle {
        padding: 50px 0;
        background-color: #e8e8e8;
    }

    .infrastructure-section-middle .row {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    /* Keep the rest of your custom styles for content */



    .facilities-detail h2 {
        font-size: 35px;
        font-weight: 900;
        margin-bottom: 25px;
    }
    /* Ensure the facilities-detail comes first on mobile */
    .facilities-detail {
        order: -1; /* Moves this div to appear first */
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .facilities-section .facilities-detal {
        grid-column-gap: 0px;
        width: 50% !important;
        gap: 70px;
        padding-top: 25px;
    }

    .facilities-box1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .facilities-detail p {
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
    }

    .facilities-box1 {
        background: white;
        border: 1px solid transparent;
        border-radius: 10px;
        transition: 0.5s;
        padding: 20px;
        text-align: left;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        color: black;
        height: 250px;
        width: 350px;
        position: relative;
        margin: 0 auto;
    }

    .facilities-box1 img {
        display: inline-block;
        margin-right: 10px;
    }

    /* Adjustments for .blu-img to ensure it switches correctly */
    .facilities-box1 .blu-img {
        display: none;
    }

    .facilities-box:hover .blac-img {
        display: none;
    }

    .facilities-box:hover .blu-img {
        display: inline-block;
        transition: 0.5s;
    }

    .desktop-div{
        display: none !important;
    }

    .mobile-slider {
        display: block !important;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .slider-wrapper {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 100%; /* Since there are two slides */
    }

    .slide {
        flex: 1 0 100%;
        width: 100%;
        text-align: center;
    }

    .slide-content {
        padding: 20px;
        background-color: #f0f0f0;
        border-radius: 10px;
        box-shadow: 0 4px 50px rgba(0, 0, 0, 0.3);
        margin: 0 15px;
    }

    .first-slide{
        background-color: #c1e1f0 !important;
    }

    .dots {
        text-align: center;
        margin-top: 20px;
    }

    .dot {
        height: 10px;
        width: 10px;
        background-color: #ddd;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
    }

    .dot.active {
        background-color: #573b90;
    }

    .infrastructure-section-middle .rnd-text {
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        flex: 1;
    }

    .infrastructure-section-middle h2 {
        font-size: 35px;
        text-align: left;
        padding-left: 15px;
    }

    .infrastructure-section-middle .rnd img {
        flex: 1;
        padding: unset;
        max-width: 100%;
        margin: 0 auto;
        /*width: 100%;*/
    }

    .infrastructure-section-middle .rnd {
        height: unset;
    }

    .infrastructure-section-middle p {
        font-size: 16px;
        line-height: unset;
        font-weight: 400;
        padding-left: 15px;
    }

    .infrastructure-section-middle {
        padding: 40px 0 !important;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    .infrastructure-baner {
        /*background-image: url(../img/Infrastructure/banner-mobile.jpg);*/
        min-height: 350px;
    }
    .infra-text {
        position: relative;
        max-width: 100%;
        margin: auto;
        margin-left: 15px;
        padding-top: 17%;
        left: 0px;
    }

    .infra-text .infrafrst-p {
        text-align: left;
        color: #fff;
    }
    .infra-text .infrafrst-p h1 {
        letter-spacing: 2px;
        margin-bottom: 0px;
        font-weight: bold;
        font-size: 40px;
        text-transform: uppercase;
    }

    .infrastructure-section-top {
        padding: 0 0 50px;
    }
    .infrastructure-section-top .title h2 {
        font-size: 35px;
    }
    .infrastructure-section-top .description {
        text-align: center;
        color: #000;
        font-size: 16px;
        margin: 20px auto;
        font-weight: 400;
    }

    .infrastructure-section-top .features {
        padding: 0;
        list-style: disc;
        color: #000;
        text-align: left;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        margin: 0 25px;
        left: 20%;
        width: unset;
        line-height: unset;
    }
    .infrastructure-section-top .capacity-box {
        height: 235px;
    }

    .infrastructure-section-top .capacity-box-mobile{
        background-color: #ededed;
        border-radius: 10px;
        padding: 40px 20px;
        margin: 35px 0;
        height: unset;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        align-content: center;
        width: 100%;

    }
    .infrastructure-section-top .capacity {
        font-size: 35px;
    }
    .infrastructure-section-top .capacity-subtext {
        font-size: 16px;
        font-weight: 400;
    }
    .infrastructure-section-top .image-container {
        padding-top: 20px;
        position: unset;
    }
    .infrastructure-section-top .image-container img {
        width: 100%;
        height: auto;
    }

    /* Ensure the swiper container and slides are responsive */
    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; /* Take full width */
    }

    .infrastructure-section-middle {
        padding: 50px 0;
        background-color: #e8e8e8;
    }

    .infrastructure-section-middle .row {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    /* Keep the rest of your custom styles for content */



    .facilities-detail h2 {
        font-size: 35px;
        font-weight: 900;
        margin-bottom: 25px;
    }
    /* Ensure the facilities-detail comes first on mobile */
    .facilities-detail {
        order: -1; /* Moves this div to appear first */
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .facilities-section .facilities-detal {
        grid-column-gap: 0px;
        width: 50% !important;
        gap: 70px;
        padding-top: 25px;
    }

    .facilities-box1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .facilities-detail p {
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
    }

    .facilities-box1 {
        background: white;
        border: 1px solid transparent;
        border-radius: 10px;
        transition: 0.5s;
        padding: 20px;
        text-align: left;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        color: black;
        height: 250px;
        width: 350px;
        position: relative;
        margin: 0 auto;
    }

    .facilities-box1 img {
        display: inline-block;
        margin-right: 10px;
    }

    /* Adjustments for .blu-img to ensure it switches correctly */
    .facilities-box1 .blu-img {
        display: none;
    }

    .facilities-box:hover .blac-img {
        display: none;
    }

    .facilities-box:hover .blu-img {
        display: inline-block;
        transition: 0.5s;
    }

    .desktop-div{
        display: none !important;
    }

    .mobile-slider {
        display: block !important;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .slider-wrapper {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 100%; /* Since there are two slides */
    }

    .slide {
        flex: 1 0 100%;
        width: 100%;
        text-align: center;
    }

    .slide-content {
        padding: 20px;
        background-color: #f0f0f0;
        border-radius: 10px;
        box-shadow: 0 4px 50px rgba(0, 0, 0, 0.3);
        margin: 0 15px;
    }

    .first-slide{
        background-color: #c1e1f0 !important;
    }

    .dots {
        text-align: center;
        margin-top: 20px;
    }

    .dot {
        height: 10px;
        width: 10px;
        background-color: #ddd;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
    }

    .dot.active {
        background-color: #573b90;
    }

    .infrastructure-section-middle .rnd-text {
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        flex: 1;
    }

    .infrastructure-section-middle h2 {
        font-size: 35px;
        text-align: left;
        padding-left: 15px;
    }

    .infrastructure-section-middle .rnd img {
        flex: 1;
        padding: unset;
        max-width: 100%;
        margin: 0 auto;
        /*width: 100%;*/
    }
    .infrastructure-section-middle .rnd {
        height: auto !important;
    }

    .infrastructure-section-middle p {
        font-size: 16px;
        line-height: unset;
        font-weight: 400;
        padding-left: 15px;
    }

    .infrastructure-section-middle {
        padding: 40px 0 !important;
    }

}

.form-group label.error{
  color: red !important;
}

/*End Infrastructure*/

.form-control{
  background-color: #efefef !important;
}

.cart-box-top{
    z-index: 110 !important;
}

.top-portion .order .order-img {
    width: 30% !important;
    height: auto !important;
    align-items: center;
    display: flex;
}

.top-portion .order .cart-text {
    width: 65% !important;
    justify-content: flex-start;
    display: grid;
}

.order .order-img {
    width: 35% !important;
    height: auto !important;
    align-items: center;
    display: flex;
}

.order .order-text {
    width: 70% !important;
}

.cart_list_section ul li .product_info {
    width: 36%;
    padding-right: 40px;
    padding-left: 10px;
}

#registration_form .alert-danger {
    color: #721c24;
    background-color: unset !important;
    border-color: unset !important;
    border: none !important;
    font-size: 14px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

#login_from .alert-danger {
    color: #721c24;
    background-color: unset !important;
    border-color: unset !important;
    border: none !important;
    font-size: 12px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}
.user-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Adjust the size as needed */
    height: 40px; /* Adjust the size as needed */
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    font-size: 16px; /* Adjust the text size */
    font-weight: bold;
    border-radius: 50%; /* Makes it circular */
    text-transform: uppercase; /* Ensures the initials are in uppercase */
}

/* Common Responsive*/
.sign-link{
  padding-top: 5px !important;
}

.search-box #newSearchModalMobile {
    background-color: black;
}

.offcanvas-body{
    overflow: scroll;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    /*margin: 20px;*/
    vertical-align: text-bottom;
    border: 0.25em solid #603daa !important;
    border-right-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.border-review{
    border: 0.25em solid #ffffff !important;
    border-right-color: transparent !important;
}

.product-last h4,
.product-last del{
    font-size: 13px !important;
}

.rev-section .swiper-nav-container {
    position: relative !important;
    top: 10px !important;
    right: 0 !important;
    display: flex !important;
    gap: 10px !important;
    z-index: 10 !important;
}

.rev-section .swiper-button-prev, .swiper-button-next {
    background-color: #412181 !important;
    border: none !important;
    border-radius: 50% !important;
    color: #fff !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 18px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
}

.rev-section .swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #fdc006 !important;
    color: #412181 !important;
}

.rev-section .rev-prev {
    right: 60px !important;
    left: auto !important;
}

.rev-section .rev-next {
    right: 20px !important;
    left: auto !important;
}


.delivery_section .add_new_address {
    margin: 5px 0 10px;
    position: relative;
    bottom: 20px;
    color: #585858;
    box-shadow: unset !important;
}

.add_new_address_close{
    color: #21143f !important;
}

.add_new_address_close:hover{
    color: #432382 !important;
}
.profile-header .profile-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
a.active_back {
    padding: 0px 15px;
}

.spinner-border {
    margin-right: 5px;
    vertical-align: middle;
}

.search-box #newSearchModalMobile  .modal-content {
    background-color: transparent !important;
    border: 1px solid #fff !important ;
    border: 0 !important;
}

.search-box #newSearchModalMobile  form {
    display: flex;
    border-bottom: 3px solid rgba(255,255,255,.1);
    margin-left: 10px;
}

.search-box #newSearchModalMobile  form  input{
    width: 100% !important;
    color: white !important;
    font-size: 18px;
    padding: 10px ;
    border: none !important;
    height: 50px;
    margin-left: 15px;
    background-color: transparent !important;
}

.search-box #newSearchModalMobile  form  button{
    color: white !important;
    font-size: 16px;
    border: none !important;
    /*background-color: transparent !important;*/
}
.team-had h3 {
    color: #543a8e;
}

.ab-logo .ab-6 {
	border-radius: 0;
	background-color: transparent;
	margin-top: 30px;
	max-width: 350px;
	margin: 30px auto 0;
	display: flex;
}
@media (max-width: 667px) {
    .flex-nowrap {
        flex-wrap: wrap !important;
    }

    .facilities-ttab {
        flex-wrap: wrap !important;
        justify-content: center;
    }
}
@media (max-width: 575px) {

  /* .cart-bg {
    width: 66% !important;
  } */

  .chak-right {
    box-shadow: 0 0 4px #ccc9c9 !important;
    padding: 30px !important;
  }

  .chak-cart {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* .chak-cart .main-portion .top-portion {
    min-height: 310px !important;
    overflow: scroll !important;
    max-height: 310px !important;
  } */

  .top-portion .order .order-img {
    width: 95px !important;
    height: 95px !important;
    min-height: 95px !important;
    min-width: 95px !important;
    max-height: 95px !important;
    max-width: 95px !important;
  }

  .top-portion .order .cart-text {
    width: 60% !important;
  }

  .box {
    z-index: 222222;
  }

  .close1 {
    padding-right: 0px !important;
    padding-top: 0px !important;
  }

    .two, .three {
        padding-left: 0;
        margin-left: 0px !important;
    }

    .widget.widget_pages.two ul {
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    aside.widget.three1 ul li a p br {
        display: none;
    }

    .product-details-baner {
        min-height: 200px;
    }

    .aboutfrst-p h1 {
        font-size: 24px !important;
    }

    .abou-text {
        padding-top: 24% !important;
    }

    .prev, .next {
        top: 50%;
        padding: 2px 10px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* .cart-bg {
    width: 66% !important;
  } */

  .chak-right {
    box-shadow: 0 0 4px #ccc9c9 !important;
    padding: 30px !important;
  }

  /* .chak-cart {
    min-width: 330px !important;
    max-width: 330px !important;
    min-height: 65% !important;
    max-height: 65% !important;
  } */

  /* .chak-cart .main-portion .top-portion {
    min-height: 310px !important;
    overflow: scroll !important;
    max-height: 310px !important;
  } */

  .top-portion .order .order-img {
    width: 95px !important;
    height: 95px !important;
    min-height: 95px !important;
    min-width: 95px !important;
    max-height: 95px !important;
    max-width: 95px !important;
  }

  .top-portion .order .cart-text {
    width: 60% !important;
  }

  .box {
    z-index: 222222;
  }

  .close1 {
    padding-right: 0px !important;
    padding-top: 0px !important;
  }

    .two, .three {
        padding-left: 0;
        margin-left: 0px !important;
    }

    .widget.widget_pages.two ul {
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    aside.widget.three1 ul li a p br {
        display: none;
    }

    .product-details-baner {
        min-height: 300px;
    }

    .prev, .next {
        top: 45%;
        padding: 2px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* .cart-bg {
    width: 66% !important;
  } */

  .chak-right {
    box-shadow: 0 0 4px #ccc9c9 !important;
    padding: 30px !important;
  }

  /* .chak-cart {
    min-width: 450px !important;
    max-width: 450px !important;
    min-height: 82% !important;
    max-height: 82% !important;
  } */

  /* .chak-cart .main-portion .top-portion {
    min-height: 100% !important;
    overflow: scroll !important;
    max-height: 100% !important;
  } */

  .top-portion .order .order-img {
    width: 95px !important;
    height: 95px !important;
    min-height: 95px !important;
    min-width: 95px !important;
    max-height: 95px !important;
    max-width: 95px !important;
  }

  .top-portion .order .cart-text {
    width: 60% !important;
  }

  .box {
    z-index: 222222;
  }

  .close1 {
    padding-right: 0px !important;
    padding-top: 0px !important;
  }
  .detal-rs p {
    font-size: 20px;
  }

  .three1 {
      margin-left: 0px;
  }

    .product-details-baner {
        min-height: 300px;
    }

    .detal-rs span {
        width: 70%;
    }

    .new-desin-pro {
        grid-template-columns: repeat(3, 1fr);
    }

    .pro-one2 .what-we-do1 {
        margin-left: 0px;
        margin-right: 0px;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
  /* .cart-bg {
    width: 66% !important;
  } */

  .chak-right {
    box-shadow: 0 0 4px #ccc9c9 !important;
    padding: 30px !important;
  }

  /* .chak-cart {
    min-width: 450px !important;
    max-width: 450px !important;
    min-height: 75% !important;
    max-height: 75% !important;
  } */

  /* .chak-cart .main-portion .top-portion {
    min-height: 370px !important;
    overflow: scroll !important;
    max-height: 370px !important;
  } */

  .top-portion .order .order-img {
    width: 95px !important;
    height: 95px !important;
    min-height: 95px !important;
    min-width: 95px !important;
    max-height: 95px !important;
    max-width: 95px !important;
  }

  .top-portion .order .cart-text {
    width: 60% !important;
  }

    .new-desin-pro {
        grid-template-columns: repeat(5, 1fr);
    }

  .box {
    z-index: 222222;
  }

  .close1 {
    padding-right: 0px !important;
    padding-top: 0px !important;
  }

    .product-details-baner {
        min-height: 300px;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1010px) {
    .header .menu ul li {
        padding: 0px 6px !important;
    }
}


.rating-stars {
    display: flex;
    justify-content: center;
    gap: 0px;
    align-items: center;
    padding-bottom: 10px;
    margin-left: 15px
}

.rating-stars input {
    display: none;
}

.rating-stars label {
    cursor: pointer;
    margin: 0 5px;
}

.rating-stars .star {
    width: 30px;
    height: 30px;
    color: #ccc;
    /* Default color */
    transition: color 0.3s ease;
}

.rating-stars input:checked ~ label svg,
.rating-stars input:checked ~ label svg ~ label svg {
    color: #f39c12;
    /* Golden color when selected */
}

.rating-stars input:hover ~ label svg,
.rating-stars label:hover svg,
.rating-stars input:checked ~ label:hover svg {
    color: #f39c12;
    /* Golden color on hover */
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left !important;
    font-size: 1.5em;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #c9c9c9;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    font-size: 35px;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #fdc006;
}

.rating {
    direction: rtl;
    display: inline-block;
}

.rating input[type="radio"] {
    display: none;
}

.rating label {
    color: #d3d3d3;
    font-size: 32px;
    cursor: pointer;
}

.rating input[type="radio"]:checked ~ label,
.rating input[type="radio"]:checked ~ label ~ label {
    color: #ffcc00;
}

.review_rating {
    padding-left: 3px;
    height: 13px;
    margin-top: 2px;
}

.available_promo_code {
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
}

.promo-code-dropdown {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: none;
}

.promo-code-list {
    max-height: 300px;
    overflow-y: auto;
}

.promo-code-item {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-code-item:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

.promo-code-info {
    flex-grow: 1;
}

.coupon-code {
    font-weight: bold;
}

.coupon-description {
    color: #6c757d;
    font-size: 14px;
}

.apply-btn {
    background-color: #432382;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.apply-btn:hover {
    background-color: #432382;
}

.toggle-btn {
    margin-top: 0px;
    padding: 5px;
    font-size: 14px;
    color: #007bff;
    background: none;
    border: none;
    cursor: pointer;
}

.toggle-btn:hover {
    text-decoration: underline;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

/* Style for the Guest Checkout Button */
.btn-guest {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-guest:hover {
    background-color: #573b90;
    color: #fff;
}

.or-divider {
    display: block;
    font-size: 16px;
    color: #6b7280;
    margin: 15px 0;
    font-weight: 500;
    text-align: center;
}

.or-divider::before {
    content: " ";
    display: inline-block;
    width: 10%;
    height: 1px;
    background-color: #ddd;
    vertical-align: middle;
}

.or-divider::after {
    content: " ";
    display: inline-block;
    width: 70%;
    height: 1px;
    background-color: #ddd;
    vertical-align: middle;
}

.or-divider::before {
    margin-right: 10px;
}

.or-divider::after {
    margin-left: 10px;
}

/* Category Menu */
.cat-menu {
    display: flex;
    justify-content: space-evenly;
    background-color: white;
    padding: 10px 0 20px;
    position: relative;
    top: 0; /* Becomes sticky when reaching the top */
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

.cat-menu.fixed {
    position: fixed;
    top: 110px;
    left: 0;
    padding: 10px 0;
    width: 100%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.3s;
    z-index: 98;

}

.cat-menu a {
    text-decoration: none !important;
    color: #333;
    padding: 10px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.cat-menu a:hover {
    color: #5e2db3;
}

.cat-menu a.active {
    color: #5e2db3;
    border: unset;
    border-bottom: 3px solid #5e2db3 !important;
}

.cat-menu a i {
    margin-right: 8px;
}
.cat-menu a img {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    transition: filter 0.3s ease;
}
.cat-menu a:hover img,
.cat-menu a.active img {
    filter: invert(22%) sepia(85%) saturate(530%) hue-rotate(930deg);
}
.gradient-icon-india {
    background: linear-gradient(to bottom, #FF9933, #ffffff, #138808) !important; /* Indian flag colors: saffron, white, green */
    -webkit-background-clip: text !important; /* Clip the background to the text */
    color: transparent !important; /* Make the text color transparent so the gradient shows */
    display: inline-block !important; /* Ensure icon behaves like inline text */
}
.gradient-icon-malaysia {
    background: linear-gradient(to right, #e30022, #ffffff, #006aa7, #ffcc00) !important; /* Indian flag colors: saffron, white, green */
    -webkit-background-clip: text !important; /* Clip the background to the text */
    color: transparent !important; /* Make the text color transparent so the gradient shows */
    display: inline-block !important; /* Ensure icon behaves like inline text */
}

.insta-handle {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    pointer-events: all !important;
}

.insta-handle li {
    list-style: none;
}

.icon-link {
    text-decoration: none;
    position: relative;
    font-size: 20px !important;
    pointer-events: all !important;
}

/* Custom tooltip styling */
.icon-link:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 35px;
    left: 50px;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

/* Hide tooltip by default */
.icon-link::after {
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}


/*End Common Responsive*/


